OR-Tools  8.2
LinearRelaxation

Detailed Description

Definition at line 28 of file linear_relaxation.h.

Public Attributes

std::vector< LinearConstraintlinear_constraints
 
std::vector< std::vector< Literal > > at_most_ones
 
std::vector< CutGeneratorcut_generators
 

Member Data Documentation

◆ at_most_ones

std::vector<std::vector<Literal> > at_most_ones

Definition at line 30 of file linear_relaxation.h.

◆ cut_generators

std::vector<CutGenerator> cut_generators

Definition at line 31 of file linear_relaxation.h.

◆ linear_constraints

std::vector<LinearConstraint> linear_constraints

Definition at line 29 of file linear_relaxation.h.


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