#include <boost/graph/graph_traits.hpp>
#include <boost/graph/parallel/container_traits.hpp>
#include <boost/graph/parallel/process_group.hpp>
#include <boost/static_assert.hpp>
#include <boost/mpi/operations.hpp>
#include <boost/type_traits/is_convertible.hpp>
#include <boost/graph/graph_concepts.hpp>
#include <boost/graph/iteration_macros.hpp>
#include <boost/optional.hpp>
#include <utility>
#include <boost/assert.hpp>
#include <algorithm>
#include <vector>
#include <boost/graph/parallel/algorithm.hpp>
#include <boost/graph/distributed/connected_components.hpp>
#include <boost/concept/assert.hpp>
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::graph | |
boost::graph::distributed | |
boost::graph::distributed::hohberg_detail | |
Functions | |
template<typename T > | |
T | boost::graph::distributed::hohberg_detail::branch_point (const std::vector< T > &p1, const std::vector< T > &p2) |
template<typename T > | |
T | boost::graph::distributed::hohberg_detail::infimum (const std::vector< T > &parent_path, T a, T b) |
template<typename Graph , typename InputIterator , typename ComponentMap , typename VertexProcessorMap > | |
graph_traits< Graph > ::edges_size_type | boost::graph::distributed::hohberg_biconnected_components (const Graph &g, ComponentMap component, InputIterator first, InputIterator last, VertexProcessorMap vertex_processor) |
template<typename Graph , typename ComponentMap , typename InputIterator > | |
graph_traits< Graph > ::edges_size_type | boost::graph::distributed::hohberg_biconnected_components (const Graph &g, ComponentMap component, InputIterator first, InputIterator last) |
template<typename Graph , typename ComponentMap , typename ParentMap > | |
graph_traits< Graph > ::edges_size_type | boost::graph::distributed::hohberg_biconnected_components (const Graph &g, ComponentMap component, ParentMap parent) |
template<typename Graph , typename ComponentMap > | |
graph_traits< Graph > ::edges_size_type | boost::graph::distributed::hohberg_biconnected_components (const Graph &g, ComponentMap component) |