Home
last modified time | relevance | path

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

/dports/math/py-or-tools/or-tools-9.2/ortools/graph/
H A Dutil.h355 std::map<int, int> last_arc_leaving_node; in RemoveCyclesFromPath() local
356 for (const int arc : *arc_path) last_arc_leaving_node[graph.Tail(arc)] = arc; in RemoveCyclesFromPath()
360 last_arc_leaving_node[graph.Head(arc_path->back())] = -1; in RemoveCyclesFromPath()
367 const int arc = gtl::FindOrDie(last_arc_leaving_node, node); in RemoveCyclesFromPath()