Home
last modified time | relevance | path

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

/third_party/boost/boost/graph/
Dpush_relabel_max_flow.hpp178 bool overflow_detected = false; in push_relabel() local
187 overflow_detected = true; in push_relabel()
189 if (overflow_detected) in push_relabel()
226 else if (u == src && !overflow_detected) in push_relabel()