#include <boost/graph/graph_traits.hpp>
#include <boost/graph/two_bit_color_map.hpp>
#include <boost/graph/iteration_macros.hpp>
#include <boost/pending/queue.hpp>
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::graph | |
Functions | |
template<typename Graph , typename ColorMap > | |
bool | boost::graph::st_connected (const Graph &g, typename graph_traits< Graph >::vertex_descriptor s, typename graph_traits< Graph >::vertex_descriptor t, ColorMap color) |
template<typename Graph > | |
bool | boost::graph::st_connected (const Graph &g, typename graph_traits< Graph >::vertex_descriptor s, typename graph_traits< Graph >::vertex_descriptor t) |