Home
last modified time | relevance | path

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

/dports/math/py-or-tools/or-tools-9.2/ortools/constraint_solver/
H A Drouting.cc3066 const bool is_performed = interval_variables_[i]->MustBePerformed(); in AtSolution() local
3068 is_performed ? interval_variables_[i]->StartMin() : 0; in AtSolution()
3070 is_performed ? interval_variables_[i]->EndMax() : -1; in AtSolution()