Definition at line 155 of file pb_constraint.h.
#include <pb_constraint.h>
◆ CanonicalBooleanLinearProblem() [1/2]
| operations_research::sat::CanonicalBooleanLinearProblem::CanonicalBooleanLinearProblem |
( |
| ) |
|
|
default |
◆ CanonicalBooleanLinearProblem() [2/2]
| operations_research::sat::CanonicalBooleanLinearProblem::CanonicalBooleanLinearProblem |
( |
const CanonicalBooleanLinearProblem & | | ) |
|
|
delete |
◆ AddLinearConstraint()
| bool operations_research::sat::CanonicalBooleanLinearProblem::AddLinearConstraint |
( |
bool | use_lower_bound, |
|
|
Coefficient | lower_bound, |
|
|
bool | use_upper_bound, |
|
|
Coefficient | upper_bound, |
|
|
std::vector< LiteralWithCoeff > * | cst ) |
◆ Constraint()
| const std::vector< LiteralWithCoeff > & operations_research::sat::CanonicalBooleanLinearProblem::Constraint |
( |
int | i | ) |
const |
|
inline |
◆ NumConstraints()
| int operations_research::sat::CanonicalBooleanLinearProblem::NumConstraints |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ Rhs()
| Coefficient operations_research::sat::CanonicalBooleanLinearProblem::Rhs |
( |
int | i | ) |
const |
|
inline |
The documentation for this class was generated from the following files: