Home
last modified time | relevance | path

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

/dports/math/py-or-tools/or-tools-9.2/ortools/constraint_solver/
H A Dconstraint_solver.cc1050 void set_should_restart(bool s) { should_restart_ = s; } in set_should_restart() function in operations_research::Search
2242 search->set_should_restart(false); in NextSolution()
2249 search->set_should_restart(false); in NextSolution()
2438 searches_.back()->set_should_restart(true); in RestartCurrentSearch()