Home
last modified time | relevance | path

Searched refs:FlowGraph (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/graph/
Dedge_connectivity.hpp88 FlowGraph; in edge_connectivity() typedef
89 typedef typename graph_traits< FlowGraph >::edge_descriptor edge_descriptor; in edge_connectivity()
106 FlowGraph flow_g(num_vertices(g)); in edge_connectivity()
108 typename property_map< FlowGraph, edge_capacity_t >::type cap in edge_connectivity()
110 typename property_map< FlowGraph, edge_residual_capacity_t >::type res_cap in edge_connectivity()
112 typename property_map< FlowGraph, edge_reverse_t >::type rev_edge in edge_connectivity()
/third_party/boost/libs/graph/example/
Dedge-connectivity.cpp76 FlowGraph; in edge_connectivity() typedef
88 FlowGraph flow_g(num_vertices(g)); in edge_connectivity()
89 typename property_map< FlowGraph, edge_capacity_t >::type cap in edge_connectivity()
91 typename property_map< FlowGraph, edge_residual_capacity_t >::type res_cap in edge_connectivity()
93 typename property_map< FlowGraph, edge_reverse_t >::type rev_edge in edge_connectivity()