Home
last modified time | relevance | path

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

/dports/math/py-or-tools/or-tools-9.2/ortools/constraint_solver/
H A Drouting.cc971 &is_bound_to_end_); in Initialize()
2569 is_bound_to_end_[end]->SetValue(1); in CloseModelWithParameters()
3980 nexts_, active_, is_bound_to_end_, zero_transit)); in GetArcCostForFirstSolution()
3983 if (is_bound_to_end_[to_index]->Min() == 1) in GetArcCostForFirstSolution()
H A Drouting.h1917 std::vector<IntVar*> is_bound_to_end_; variable