Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <linear_relaxation.h>
Public Attributes | |
std::vector< LinearConstraint > | linear_constraints |
std::vector< std::vector< Literal > > | at_most_ones |
std::vector< CutGenerator > | cut_generators |
Definition at line 32 of file linear_relaxation.h.
std::vector<std::vector<Literal> > operations_research::sat::LinearRelaxation::at_most_ones |
Definition at line 34 of file linear_relaxation.h.
std::vector<CutGenerator> operations_research::sat::LinearRelaxation::cut_generators |
Definition at line 35 of file linear_relaxation.h.
std::vector<LinearConstraint> operations_research::sat::LinearRelaxation::linear_constraints |
Definition at line 33 of file linear_relaxation.h.