#include <boost/graph/graph_traits.hpp>
#include <boost/graph/parallel/algorithm.hpp>
#include <boost/property_map/property_map.hpp>
#include <boost/graph/parallel/process_group.hpp>
#include <functional>
#include <vector>
#include <utility>
#include <boost/graph/iteration_macros.hpp>
#include <boost/optional.hpp>
#include <boost/assert.hpp>
#include <boost/graph/parallel/container_traits.hpp>
#include <boost/graph/properties.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) |