|
template<typename DistributedGraph , typename ColorMap , typename OwnerMap > |
bool | boost::graph::distributed::st_connected (const DistributedGraph &g, typename graph_traits< DistributedGraph >::vertex_descriptor s, typename graph_traits< DistributedGraph >::vertex_descriptor t, ColorMap color, OwnerMap owner) |
|
template<typename DistributedGraph , typename ColorMap > |
bool | boost::graph::distributed::st_connected (const DistributedGraph &g, typename graph_traits< DistributedGraph >::vertex_descriptor s, typename graph_traits< DistributedGraph >::vertex_descriptor t, ColorMap color) |
|
template<typename DistributedGraph > |
bool | boost::graph::distributed::st_connected (const DistributedGraph &g, typename graph_traits< DistributedGraph >::vertex_descriptor s, typename graph_traits< DistributedGraph >::vertex_descriptor t) |
|