Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::sat::LsCounters Struct Reference

Detailed Description

Local search counters. This can either be the stats of one run without restart or some aggregation of such runs.

Definition at line 214 of file feasibility_jump.h.

#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

Member Function Documentation

◆ AddFrom()

void operations_research::sat::LsCounters::AddFrom ( const LsCounters & o)
inline

Definition at line 226 of file feasibility_jump.h.

Member Data Documentation

◆ num_backtracks

int64_t operations_research::sat::LsCounters::num_backtracks = 0

Definition at line 221 of file feasibility_jump.h.

◆ num_batches

int64_t operations_research::sat::LsCounters::num_batches = 0

Definition at line 215 of file feasibility_jump.h.

◆ num_compound_moves

int64_t operations_research::sat::LsCounters::num_compound_moves = 0

Definition at line 222 of file feasibility_jump.h.

◆ num_general_evals

int64_t operations_research::sat::LsCounters::num_general_evals = 0

Definition at line 219 of file feasibility_jump.h.

◆ num_general_moves

int64_t operations_research::sat::LsCounters::num_general_moves = 0

Definition at line 220 of file feasibility_jump.h.

◆ num_linear_evals

int64_t operations_research::sat::LsCounters::num_linear_evals = 0

Definition at line 217 of file feasibility_jump.h.

◆ num_linear_moves

int64_t operations_research::sat::LsCounters::num_linear_moves = 0

Definition at line 218 of file feasibility_jump.h.

◆ num_perturbations

int64_t operations_research::sat::LsCounters::num_perturbations = 0

Definition at line 216 of file feasibility_jump.h.

◆ num_scores_computed

int64_t operations_research::sat::LsCounters::num_scores_computed = 0

Definition at line 224 of file feasibility_jump.h.

◆ num_weight_updates

int64_t operations_research::sat::LsCounters::num_weight_updates = 0

Definition at line 223 of file feasibility_jump.h.


The documentation for this struct was generated from the following file: