Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <feasibility_jump.h>
Public Member Functions | |
void | AddFrom (const LsCounters &o) |
Public Attributes | |
int64_t | num_batches = 0 |
int64_t | num_perturbations = 0 |
int64_t | num_linear_evals = 0 |
int64_t | num_linear_moves = 0 |
int64_t | num_general_evals = 0 |
int64_t | num_general_moves = 0 |
int64_t | num_backtracks = 0 |
int64_t | num_compound_moves = 0 |
int64_t | num_weight_updates = 0 |
int64_t | num_scores_computed = 0 |
Local search counters. This can either be the stats of one run without restart or some aggregation of such runs.
Definition at line 216 of file feasibility_jump.h.
|
inline |
Definition at line 228 of file feasibility_jump.h.
int64_t operations_research::sat::LsCounters::num_backtracks = 0 |
Definition at line 223 of file feasibility_jump.h.
int64_t operations_research::sat::LsCounters::num_batches = 0 |
Definition at line 217 of file feasibility_jump.h.
int64_t operations_research::sat::LsCounters::num_compound_moves = 0 |
Definition at line 224 of file feasibility_jump.h.
int64_t operations_research::sat::LsCounters::num_general_evals = 0 |
Definition at line 221 of file feasibility_jump.h.
int64_t operations_research::sat::LsCounters::num_general_moves = 0 |
Definition at line 222 of file feasibility_jump.h.
int64_t operations_research::sat::LsCounters::num_linear_evals = 0 |
Definition at line 219 of file feasibility_jump.h.
int64_t operations_research::sat::LsCounters::num_linear_moves = 0 |
Definition at line 220 of file feasibility_jump.h.
int64_t operations_research::sat::LsCounters::num_perturbations = 0 |
Definition at line 218 of file feasibility_jump.h.
int64_t operations_research::sat::LsCounters::num_scores_computed = 0 |
Definition at line 226 of file feasibility_jump.h.
int64_t operations_research::sat::LsCounters::num_weight_updates = 0 |
Definition at line 225 of file feasibility_jump.h.