Definition at line 48 of file linear_constraint.h.
#include <linear_constraint.h>
|
| IntegerValue | lb |
| IntegerValue | ub |
| int | num_terms = 0 |
| std::unique_ptr< IntegerVariable[]> | vars |
| std::unique_ptr< IntegerValue[]> | coeffs |
◆ LinearConstraint() [1/2]
| operations_research::sat::LinearConstraint::LinearConstraint |
( |
| ) |
|
|
default |
◆ LinearConstraint() [2/2]
| operations_research::sat::LinearConstraint::LinearConstraint |
( |
IntegerValue | _lb, |
|
|
IntegerValue | _ub ) |
|
inline |
◆ CoeffsAsSpan()
| absl::Span< const IntegerValue > operations_research::sat::LinearConstraint::CoeffsAsSpan |
( |
| ) |
const |
|
inline |
◆ CopyFrom()
| void operations_research::sat::LinearConstraint::CopyFrom |
( |
const LinearConstraint & | other | ) |
|
|
inline |
◆ DebugString()
| std::string operations_research::sat::LinearConstraint::DebugString |
( |
| ) |
const |
|
inline |
◆ IsEqualIgnoringBounds()
| bool operations_research::sat::LinearConstraint::IsEqualIgnoringBounds |
( |
const LinearConstraint & | other | ) |
const |
|
inline |
◆ NormalizedViolation()
| double operations_research::sat::LinearConstraint::NormalizedViolation |
( |
const util_intops::StrongVector< IntegerVariable, double > & | lp_values | ) |
const |
◆ operator==()
| bool operations_research::sat::LinearConstraint::operator== |
( |
const LinearConstraint & | other | ) |
const |
|
inline |
◆ resize()
| void operations_research::sat::LinearConstraint::resize |
( |
int | size | ) |
|
|
inline |
◆ VarsAsSpan()
| absl::Span< const IntegerVariable > operations_research::sat::LinearConstraint::VarsAsSpan |
( |
| ) |
const |
|
inline |
◆ coeffs
| std::unique_ptr<IntegerValue[]> operations_research::sat::LinearConstraint::coeffs |
◆ lb
| IntegerValue operations_research::sat::LinearConstraint::lb |
◆ num_terms
| int operations_research::sat::LinearConstraint::num_terms = 0 |
◆ ub
| IntegerValue operations_research::sat::LinearConstraint::ub |
◆ vars
| std::unique_ptr<IntegerVariable[]> operations_research::sat::LinearConstraint::vars |
The documentation for this struct was generated from the following files: