OR-Tools  9.6
Neighborhood

Detailed Description

Definition at line 50 of file cp_model_lns.h.

Public Attributes

bool is_generated = false
 
bool is_reduced = false
 
bool is_simple = false
 
CpModelProto delta
 
std::vector< int > constraints_to_ignore
 
int64_t id = 0
 
std::string source_info = ""
 
int num_relaxed_variables = 0
 
int num_relaxed_variables_in_objective = 0
 
std::vector< int > variables_that_can_be_fixed_to_local_optimum
 

Member Data Documentation

◆ constraints_to_ignore

std::vector<int> constraints_to_ignore

Definition at line 66 of file cp_model_lns.h.

◆ delta

CpModelProto delta

Definition at line 65 of file cp_model_lns.h.

◆ id

int64_t id = 0

Definition at line 72 of file cp_model_lns.h.

◆ is_generated

bool is_generated = false

Definition at line 52 of file cp_model_lns.h.

◆ is_reduced

bool is_reduced = false

Definition at line 56 of file cp_model_lns.h.

◆ is_simple

bool is_simple = false

Definition at line 59 of file cp_model_lns.h.

◆ num_relaxed_variables

int num_relaxed_variables = 0

Definition at line 79 of file cp_model_lns.h.

◆ num_relaxed_variables_in_objective

int num_relaxed_variables_in_objective = 0

Definition at line 80 of file cp_model_lns.h.

◆ source_info

std::string source_info = ""

Definition at line 76 of file cp_model_lns.h.

◆ variables_that_can_be_fixed_to_local_optimum

std::vector<int> variables_that_can_be_fixed_to_local_optimum

Definition at line 91 of file cp_model_lns.h.


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