23 #include <cusp/detail/config.h>
25 #include <thrust/execution_policy.h>
39 template <
typename DerivedPolicy,
42 size_t vertex_coloring(
const thrust::detail::execution_policy_base<DerivedPolicy>& exec,
87 template<
typename MatrixType,
typename ArrayType>
96 #include <cusp/graph/detail/vertex_coloring.inl>
size_t vertex_coloring(const MatrixType &G, ArrayType &colors)
Performs a vertex coloring a graph.