![]() |
OR-Tools
8.2
|
Definition at line 231 of file cp_model_lns.h.
Public Member Functions | |
bool | operator< (const SolveData &o) const |
Public Attributes | |
int64 | neighborhood_id = 0 |
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) |
IntegerValue | initial_best_objective_bound = IntegerValue(0) |
IntegerValue | new_objective_bound = IntegerValue(0) |
|
inline |
Definition at line 266 of file cp_model_lns.h.
IntegerValue base_objective = IntegerValue(0) |
Definition at line 258 of file cp_model_lns.h.
double deterministic_limit = 0.0 |
Definition at line 243 of file cp_model_lns.h.
double deterministic_time = 0.0 |
Definition at line 246 of file cp_model_lns.h.
double difficulty = 0.0 |
Definition at line 240 of file cp_model_lns.h.
IntegerValue initial_best_objective = IntegerValue(0) |
Definition at line 257 of file cp_model_lns.h.
IntegerValue initial_best_objective_bound = IntegerValue(0) |
Definition at line 262 of file cp_model_lns.h.
int64 neighborhood_id = 0 |
Definition at line 234 of file cp_model_lns.h.
IntegerValue new_objective = IntegerValue(0) |
Definition at line 259 of file cp_model_lns.h.
IntegerValue new_objective_bound = IntegerValue(0) |
Definition at line 263 of file cp_model_lns.h.
CpSolverStatus status = CpSolverStatus::UNKNOWN |
Definition at line 237 of file cp_model_lns.h.