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

#include <linear_relaxation.h>

Public Attributes

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

Detailed Description

Definition at line 32 of file linear_relaxation.h.

Member Data Documentation

◆ at_most_ones

std::vector<std::vector<Literal> > operations_research::sat::LinearRelaxation::at_most_ones

Definition at line 34 of file linear_relaxation.h.

◆ cut_generators

std::vector<CutGenerator> operations_research::sat::LinearRelaxation::cut_generators

Definition at line 35 of file linear_relaxation.h.

◆ linear_constraints

std::vector<LinearConstraint> operations_research::sat::LinearRelaxation::linear_constraints

Definition at line 33 of file linear_relaxation.h.


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