23#include <cusp/detail/config.h>
24#include <cusp/detail/execution_policy.h>
40template <
typename DerivedPolicy,
43size_t vertex_coloring(
const thrust::detail::execution_policy_base<DerivedPolicy>& exec,
88template<
typename MatrixType,
98#include <cusp/graph/detail/vertex_coloring.inl>
size_t vertex_coloring(const MatrixType &G, ArrayType &colors)
Performs a vertex coloring a graph.