|
Limbo 3.5.4
|
#include <Coloring.h>
Public Types | |
| typedef GraphType | graph_type |
| typedef la::VertexLabelWriter< graph_type > | base_type |
| typedef base_type::vertex_descriptor | vertex_descriptor |
| Public Types inherited from limbo::algorithms::VertexLabelWriter< GraphType > | |
| typedef GraphType | graph_type |
| typedef boost::graph_traits< graph_type >::vertex_descriptor | vertex_descriptor |
Public Member Functions | |
| ColoringVertexLabelWriter (graph_type const &g, std::vector< int8_t > const &vc) | |
| std::string | label (vertex_descriptor v) const |
| Public Member Functions inherited from limbo::algorithms::VertexLabelWriter< GraphType > | |
| VertexLabelWriter (graph_type const &_g) | |
| vertex_descriptor | label (vertex_descriptor v) const |
Public Attributes | |
| std::vector< int8_t > const & | vColor |
| coloring solutions | |
| Public Attributes inherited from limbo::algorithms::VertexLabelWriter< GraphType > | |
| graph_type const & | g |
| bind graph object | |
function object to write vertex label
| GraphType | graph type |
Definition at line 40 of file Coloring.h.
| typedef la::VertexLabelWriter<graph_type> limbo::algorithms::coloring::ColoringVertexLabelWriter< GraphType >::base_type |
Definition at line 44 of file Coloring.h.
| typedef GraphType limbo::algorithms::coloring::ColoringVertexLabelWriter< GraphType >::graph_type |
Definition at line 43 of file Coloring.h.
| typedef base_type::vertex_descriptor limbo::algorithms::coloring::ColoringVertexLabelWriter< GraphType >::vertex_descriptor |
Definition at line 45 of file Coloring.h.
|
inline |
|
inline |
get label of vertex
| v | vertex |
Definition at line 58 of file Coloring.h.
| std::vector<int8_t> const& limbo::algorithms::coloring::ColoringVertexLabelWriter< GraphType >::vColor |
coloring solutions
Definition at line 48 of file Coloring.h.