DOLFIN
DOLFIN C++ interface
|
This class colors a graph using the Boost Graph Library. More...
#include <BoostGraphColoring.h>
Static Public Member Functions | |
template<typename ColorType > | |
static std::size_t | compute_local_vertex_coloring (const Graph &graph, std::vector< ColorType > &colors) |
Compute vertex colors. | |
template<typename T , typename ColorType > | |
static std::size_t | compute_local_vertex_coloring (const T &graph, std::vector< ColorType > &colors) |
Compute vertex colors. | |
This class colors a graph using the Boost Graph Library.