Home
last modified time | relevance | path

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

/third_party/boost/libs/graph/test/
Dboykov_kolmogorov_max_flow_test.cpp394 tEdge connecting_edge; in test() local
395 boost::tie(connecting_edge, path_found) in test()
404 this->augment(connecting_edge); // augment that path in test()
/third_party/boost/boost/graph/
Dboykov_kolmogorov_max_flow.hpp151 edge_descriptor connecting_edge; in max_flow() local
152 boost::tie(connecting_edge, path_found) in max_flow()
160 augment(connecting_edge); // augment that path in max_flow()