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

Detailed Description

Definition at line 402 of file cp_model_lns.h.

#include <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)
int task_id = 0

Member Function Documentation

◆ operator<()

bool operations_research::sat::NeighborhoodGenerator::SolveData::operator< ( const SolveData & o) const
inline

Definition at line 432 of file cp_model_lns.h.

Member Data Documentation

◆ base_objective

IntegerValue operations_research::sat::NeighborhoodGenerator::SolveData::base_objective = IntegerValue(0)

Definition at line 425 of file cp_model_lns.h.

◆ deterministic_limit

double operations_research::sat::NeighborhoodGenerator::SolveData::deterministic_limit = 0.0

Definition at line 410 of file cp_model_lns.h.

◆ deterministic_time

double operations_research::sat::NeighborhoodGenerator::SolveData::deterministic_time = 0.0

Definition at line 413 of file cp_model_lns.h.

◆ difficulty

double operations_research::sat::NeighborhoodGenerator::SolveData::difficulty = 0.0

Definition at line 407 of file cp_model_lns.h.

◆ initial_best_objective

IntegerValue operations_research::sat::NeighborhoodGenerator::SolveData::initial_best_objective = IntegerValue(0)

Definition at line 424 of file cp_model_lns.h.

◆ new_objective

IntegerValue operations_research::sat::NeighborhoodGenerator::SolveData::new_objective = IntegerValue(0)

Definition at line 426 of file cp_model_lns.h.

◆ status

CpSolverStatus operations_research::sat::NeighborhoodGenerator::SolveData::status = CpSolverStatus::UNKNOWN

Definition at line 404 of file cp_model_lns.h.

◆ task_id

int operations_research::sat::NeighborhoodGenerator::SolveData::task_id = 0

Definition at line 429 of file cp_model_lns.h.


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