Bonjour
void transitive_closure(const Graph& g, GraphTC& tc) method. But i want to check between two given nodes.
void transitive_closure(const Graph& g, GraphTC& tc,
G_to_TC_VertexMap g_to_tc_map, VertexIndexMap index_map)
In the above method, how i can declare G_to_TC_VertexMap g_to_tc_map, VertexIndexMap index_map?
G_to_TC_VertexMap g_to_tc_map, VertexIndexMap index_map?
http://www.boost.org/doc/libs/1_39_0/libs/graph/doc/transitive_closure.html