Home
last modified time | relevance | path

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

/dports/math/py-or-tools/or-tools-9.2/ortools/constraint_solver/
H A Ddefault_search.cc52 heuristic_period(kDefaultHeuristicPeriod), in DefaultPhaseParameters()
694 int heuristic_period, int heuristic_num_failures_limit) in RunHeuristicsAsDives() argument
699 heuristic_period_(heuristic_period), in RunHeuristicsAsDives()
846 parameters_.heuristic_period, in DefaultIntegerSearch()
1047 << ", heuristic_period = " << parameters_.heuristic_period in CheckInit()
H A Dconstraint_solver.h203 int heuristic_period; member
/dports/math/py-or-tools/or-tools-9.2/examples/contrib/
H A Dnonogram_default_search.py144 parameters.heuristic_period = 200000
H A Drogo2.py141 parameters.heuristic_period = 200000
/dports/math/py-or-tools/or-tools-9.2/examples/notebook/contrib/
H A Dnonogram_default_search.ipynb219 "parameters.heuristic_period = 200000\n",
H A Drogo2.ipynb216 "parameters.heuristic_period = 200000\n",
/dports/math/py-or-tools/or-tools-9.2/ortools/constraint_solver/python/
H A Dconstraint_solver.i1216 %unignore DefaultPhaseParameters::heuristic_period;