Home
last modified time | relevance | path

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

/dports/math/py-or-tools/or-tools-9.2/ortools/constraint_solver/
H A Dsearch.cc108 bool SearchLog::AtSolution() { in AtSolution() function in operations_research::SearchLog
379 bool AtSolution() override { in AtSolution() function in operations_research::__anond4fcbd540211::SearchTrace
409 bool AtSolution() override;
2452 bool AtSolution() override;
2508 bool AtSolution() override;
2555 bool AtSolution() override;
2633 bool AtSolution() override;
2742 bool AtSolution() override;
3011 bool AtSolution() override;
3094 bool AtSolution() override;
[all …]
H A Dconstraint_solver.cc1008 bool AtSolution();
1275 bool Search::AtSolution() { in AtSolution() function in operations_research::Search
1278 if (monitor->AtSolution()) { in AtSolution()
2223 if (!search->AtSolution() || !CurrentlyInSolve()) { in NextSolution()
2891 bool SearchMonitor::AtSolution() { return false; } in AtSolution() function in operations_research::SearchMonitor
H A Dtrace.cc483 bool AtSolution() override { in AtSolution() function in operations_research::__anoncad806cd0111::PrintTrace
H A Dconstraint_solver.h3728 virtual bool AtSolution();
4262 bool AtSolution() override;
4407 bool AtSolution() override;
H A Drouting.cc2954 model_->AddAtSolutionCallback([this]() { AtSolution(); }); in RestoreDimensionValuesForUnchangedRoutes()
3056 void AtSolution() { in AtSolution() function in operations_research::__anon1b0943263511::RestoreDimensionValuesForUnchangedRoutes
3115 bool AtSolution() override { in AtSolution() function in operations_research::__anon1b0943263711::AtSolutionCallbackMonitor
H A Dconstraint_solveri.h2046 bool AtSolution() override;
/dports/math/py-or-tools/or-tools-9.2/examples/tests/
H A DConstraintSolverTests.cs839 searchlog.AtSolution();
/dports/math/py-or-tools/or-tools-9.2/ortools/constraint_solver/java/
H A Dconstraint_solver.i1316 %rename (atSolution) SearchMonitor::AtSolution;
/dports/math/py-or-tools/or-tools-9.2/ortools/constraint_solver/python/
H A Dconstraint_solver.i1325 %unignore SearchMonitor::AtSolution;