|
Limbo 3.5.4
|
#include <Coloring.h>
Public Types | |
| typedef GraphType | graph_type |
| typedef la::EdgeLabelWriter< graph_type > | base_type |
| typedef base_type::edge_descriptor | edge_descriptor |
| typedef base_type::edge_weight_type | edge_weight_type |
| typedef boost::graph_traits< graph_type >::vertex_descriptor | vertex_descriptor |
| Public Types inherited from limbo::algorithms::EdgeLabelWriter< GraphType > | |
| typedef GraphType | graph_type |
| typedef boost::graph_traits< graph_type >::edge_descriptor | edge_descriptor |
| typedef boost::property_traits< typenameboost::property_map< graph_type, boost::edge_weight_t >::const_type >::value_type | edge_weight_type |
Public Member Functions | |
| ColoringEdgeLabelWriter (graph_type const &g, std::vector< int8_t > const &vc) | |
| edge_weight_type | label (edge_descriptor e) const |
| std::string | color (edge_descriptor e) const |
| std::string | style (edge_descriptor e) const |
| Public Member Functions inherited from limbo::algorithms::EdgeLabelWriter< GraphType > | |
| EdgeLabelWriter (graph_type const &_g) | |
| edge_weight_type | label (edge_descriptor e) const |
| std::string | color (edge_descriptor) const |
| std::string | style (edge_descriptor) const |
Public Attributes | |
| std::vector< int8_t > const & | vColor |
| coloring solutions | |
| Public Attributes inherited from limbo::algorithms::EdgeLabelWriter< GraphType > | |
| graph_type const & | g |
| bind graph object | |
function object to write edge label
| GraphType | graph type |
Definition at line 69 of file Coloring.h.
| typedef la::EdgeLabelWriter<graph_type> limbo::algorithms::coloring::ColoringEdgeLabelWriter< GraphType >::base_type |
Definition at line 73 of file Coloring.h.
| typedef base_type::edge_descriptor limbo::algorithms::coloring::ColoringEdgeLabelWriter< GraphType >::edge_descriptor |
Definition at line 74 of file Coloring.h.
| typedef base_type::edge_weight_type limbo::algorithms::coloring::ColoringEdgeLabelWriter< GraphType >::edge_weight_type |
Definition at line 75 of file Coloring.h.
| typedef GraphType limbo::algorithms::coloring::ColoringEdgeLabelWriter< GraphType >::graph_type |
Definition at line 72 of file Coloring.h.
| typedef boost::graph_traits<graph_type>::vertex_descriptor limbo::algorithms::coloring::ColoringEdgeLabelWriter< GraphType >::vertex_descriptor |
Definition at line 76 of file Coloring.h.
|
inline |
|
inline |
|
inline |
|
inline |
| std::vector<int8_t> const& limbo::algorithms::coloring::ColoringEdgeLabelWriter< GraphType >::vColor |
coloring solutions
Definition at line 79 of file Coloring.h.