Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boman_et_al_graph_coloring.hpp File Reference
Include dependency graph for boman_et_al_graph_coloring.hpp:

Classes

struct  boost::graph::distributed::detail::graph_coloring_reduce< T >
 
struct  boost::graph::distributed::first_fit_color< Color >
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::graph
 
 boost::graph::distributed
 
 boost::graph::distributed::detail
 

Functions

template<typename DistributedGraph , typename ColorMap , typename ChooseColor , typename VertexOrdering , typename VertexIndexMap >
property_traits< ColorMap >
::value_type 
boost::graph::distributed::boman_et_al_graph_coloring (const DistributedGraph &g, ColorMap color, typename graph_traits< DistributedGraph >::vertices_size_type s, ChooseColor choose_color, VertexOrdering ordering, VertexIndexMap vertex_index)
 
template<typename DistributedGraph , typename ColorMap , typename ChooseColor , typename VertexOrdering >
property_traits< ColorMap >
::value_type 
boost::graph::distributed::boman_et_al_graph_coloring (const DistributedGraph &g, ColorMap color, typename graph_traits< DistributedGraph >::vertices_size_type s, ChooseColor choose_color, VertexOrdering ordering)
 
template<typename DistributedGraph , typename ColorMap , typename ChooseColor >
property_traits< ColorMap >
::value_type 
boost::graph::distributed::boman_et_al_graph_coloring (const DistributedGraph &g, ColorMap color, typename graph_traits< DistributedGraph >::vertices_size_type s, ChooseColor choose_color)
 
template<typename DistributedGraph , typename ColorMap >
property_traits< ColorMap >
::value_type 
boost::graph::distributed::boman_et_al_graph_coloring (const DistributedGraph &g, ColorMap color, typename graph_traits< DistributedGraph >::vertices_size_type s=100)