Home
last modified time | relevance | path

Searched defs:G_T (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/graph/
Dtranspose_graph.hpp23 void transpose_graph(const VertexListGraph& G, MutableGraph& G_T) in transpose_graph()
31 void transpose_graph(const VertexListGraph& G, MutableGraph& G_T, in transpose_graph()
Dstrong_components.hpp302 Graph G_T(num_vertices(G)); in kosaraju_strong_components() local
/third_party/boost/libs/graph/example/
Dtranspose-example.cpp48 graph_t G_T; in main() local