Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
Public Member Functions | |
__init__ (self) | |
Static Public Attributes | |
CHOOSE_MAX_SUM_IMPACT = _pywrapcp.DefaultPhaseParameters_CHOOSE_MAX_SUM_IMPACT | |
CHOOSE_MAX_AVERAGE_IMPACT = _pywrapcp.DefaultPhaseParameters_CHOOSE_MAX_AVERAGE_IMPACT | |
CHOOSE_MAX_VALUE_IMPACT = _pywrapcp.DefaultPhaseParameters_CHOOSE_MAX_VALUE_IMPACT | |
SELECT_MIN_IMPACT = _pywrapcp.DefaultPhaseParameters_SELECT_MIN_IMPACT | |
SELECT_MAX_IMPACT = _pywrapcp.DefaultPhaseParameters_SELECT_MAX_IMPACT | |
NONE = _pywrapcp.DefaultPhaseParameters_NONE | |
NORMAL = _pywrapcp.DefaultPhaseParameters_NORMAL | |
VERBOSE = _pywrapcp.DefaultPhaseParameters_VERBOSE | |
Properties | |
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | |
var_selection_schema = property(_pywrapcp.DefaultPhaseParameters_var_selection_schema_get, _pywrapcp.DefaultPhaseParameters_var_selection_schema_set, doc=) | |
value_selection_schema = property(_pywrapcp.DefaultPhaseParameters_value_selection_schema_get, _pywrapcp.DefaultPhaseParameters_value_selection_schema_set, doc=) | |
initialization_splits = property(_pywrapcp.DefaultPhaseParameters_initialization_splits_get, _pywrapcp.DefaultPhaseParameters_initialization_splits_set, doc=) | |
run_all_heuristics = property(_pywrapcp.DefaultPhaseParameters_run_all_heuristics_get, _pywrapcp.DefaultPhaseParameters_run_all_heuristics_set, doc=) | |
heuristic_period = property(_pywrapcp.DefaultPhaseParameters_heuristic_period_get, _pywrapcp.DefaultPhaseParameters_heuristic_period_set, doc=) | |
heuristic_num_failures_limit = property(_pywrapcp.DefaultPhaseParameters_heuristic_num_failures_limit_get, _pywrapcp.DefaultPhaseParameters_heuristic_num_failures_limit_set, doc=) | |
persistent_impact = property(_pywrapcp.DefaultPhaseParameters_persistent_impact_get, _pywrapcp.DefaultPhaseParameters_persistent_impact_set, doc=) | |
random_seed = property(_pywrapcp.DefaultPhaseParameters_random_seed_get, _pywrapcp.DefaultPhaseParameters_random_seed_set, doc=) | |
display_level = property(_pywrapcp.DefaultPhaseParameters_display_level_get, _pywrapcp.DefaultPhaseParameters_display_level_set, doc=) | |
decision_builder = property(_pywrapcp.DefaultPhaseParameters_decision_builder_get, _pywrapcp.DefaultPhaseParameters_decision_builder_set, doc=) | |
This struct holds all parameters for the default search. DefaultPhaseParameters is only used by Solver::MakeDefaultPhase methods. Note this is for advanced users only.
Definition at line 63 of file pywrapcp.py.
ortools.constraint_solver.pywrapcp.DefaultPhaseParameters.__init__ | ( | self | ) |
Definition at line 111 of file pywrapcp.py.
|
static |
Definition at line 73 of file pywrapcp.py.
|
static |
Definition at line 72 of file pywrapcp.py.
|
static |
Definition at line 74 of file pywrapcp.py.
|
static |
Definition at line 77 of file pywrapcp.py.
|
static |
Definition at line 78 of file pywrapcp.py.
|
static |
Definition at line 76 of file pywrapcp.py.
|
static |
Definition at line 75 of file pywrapcp.py.
|
static |
Definition at line 79 of file pywrapcp.py.
|
static |
Definition at line 109 of file pywrapcp.py.
|
static |
Definition at line 105 of file pywrapcp.py.
|
static |
Definition at line 99 of file pywrapcp.py.
|
static |
Definition at line 94 of file pywrapcp.py.
|
static |
Definition at line 85 of file pywrapcp.py.
|
static |
Definition at line 100 of file pywrapcp.py.
|
static |
Definition at line 104 of file pywrapcp.py.
|
static |
Definition at line 89 of file pywrapcp.py.
|
static |
Definition at line 70 of file pywrapcp.py.
|
static |
Definition at line 84 of file pywrapcp.py.
|
static |
Definition at line 80 of file pywrapcp.py.