![]() |
OR-Tools
9.6
|
Definition at line 360 of file cp_model_lns.h.
Public Member Functions | |
| bool | operator< (const SolveData &o) const |
Public Attributes | |
| CpSolverStatus | status = CpSolverStatus::UNKNOWN |
| double | difficulty = 0.0 |
| double | deterministic_limit = 0.0 |
| double | deterministic_time = 0.0 |
| IntegerValue | initial_best_objective = IntegerValue(0) |
| IntegerValue | base_objective = IntegerValue(0) |
| IntegerValue | new_objective = IntegerValue(0) |
|
inline |
Definition at line 387 of file cp_model_lns.h.
| IntegerValue base_objective = IntegerValue(0) |
Definition at line 383 of file cp_model_lns.h.
| double deterministic_limit = 0.0 |
Definition at line 368 of file cp_model_lns.h.
| double deterministic_time = 0.0 |
Definition at line 371 of file cp_model_lns.h.
| double difficulty = 0.0 |
Definition at line 365 of file cp_model_lns.h.
| IntegerValue initial_best_objective = IntegerValue(0) |
Definition at line 382 of file cp_model_lns.h.
| IntegerValue new_objective = IntegerValue(0) |
Definition at line 384 of file cp_model_lns.h.
| CpSolverStatus status = CpSolverStatus::UNKNOWN |
Definition at line 362 of file cp_model_lns.h.