Searched defs:SampleGraph (Results 1 – 1 of 1) sorted by relevance
19 struct SampleGraph struct21 typedef adjacency_list_traits< vecS, vecS, directedS > Traits;28 Graph;29 typedef property_map< Graph, edge_capacity_t >::type Capacity;31 ResidualCapacity;32 typedef property_map< Graph, edge_weight_t >::type Weight;33 typedef property_map< Graph, edge_reverse_t >::type Reversed;34 typedef boost::graph_traits< Graph >::vertices_size_type size_type;35 typedef Traits::vertex_descriptor vertex_descriptor;39 class EdgeAdder[all …]