OR-Tools  9.6
NeighborhoodGenerator::SolveData

Detailed Description

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)
 

Member Function Documentation

◆ operator<()

bool operator< ( const SolveData o) const
inline

Definition at line 387 of file cp_model_lns.h.

Member Data Documentation

◆ base_objective

IntegerValue base_objective = IntegerValue(0)

Definition at line 383 of file cp_model_lns.h.

◆ deterministic_limit

double deterministic_limit = 0.0

Definition at line 368 of file cp_model_lns.h.

◆ deterministic_time

double deterministic_time = 0.0

Definition at line 371 of file cp_model_lns.h.

◆ difficulty

double difficulty = 0.0

Definition at line 365 of file cp_model_lns.h.

◆ initial_best_objective

IntegerValue initial_best_objective = IntegerValue(0)

Definition at line 382 of file cp_model_lns.h.

◆ new_objective

IntegerValue new_objective = IntegerValue(0)

Definition at line 384 of file cp_model_lns.h.

◆ status

CpSolverStatus status = CpSolverStatus::UNKNOWN

Definition at line 362 of file cp_model_lns.h.


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