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

#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
 

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 216 of file feasibility_jump.h.

Member Function Documentation

◆ AddFrom()

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

Definition at line 228 of file feasibility_jump.h.

Member Data Documentation

◆ num_backtracks

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

Definition at line 223 of file feasibility_jump.h.

◆ num_batches

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

Definition at line 217 of file feasibility_jump.h.

◆ num_compound_moves

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

Definition at line 224 of file feasibility_jump.h.

◆ num_general_evals

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

Definition at line 221 of file feasibility_jump.h.

◆ num_general_moves

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

Definition at line 222 of file feasibility_jump.h.

◆ num_linear_evals

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

Definition at line 219 of file feasibility_jump.h.

◆ num_linear_moves

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

Definition at line 220 of file feasibility_jump.h.

◆ num_perturbations

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

Definition at line 218 of file feasibility_jump.h.

◆ num_scores_computed

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

Definition at line 226 of file feasibility_jump.h.

◆ num_weight_updates

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

Definition at line 225 of file feasibility_jump.h.


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