![]() |
OR-Tools
8.2
|
Public Member Functions | |
AffineExpression () | |
AffineExpression (IntegerValue cst) | |
AffineExpression (IntegerVariable v) | |
AffineExpression (IntegerVariable v, IntegerValue c) | |
AffineExpression (IntegerVariable v, IntegerValue c, IntegerValue cst) | |
IntegerLiteral | GreaterOrEqual (IntegerValue bound) const |
IntegerLiteral | LowerOrEqual (IntegerValue bound) const |
AffineExpression | Negated () const |
bool | operator== (AffineExpression o) const |
double | LpValue (const absl::StrongVector< IntegerVariable, double > &lp_values) const |
Public Attributes | |
IntegerVariable | var = kNoIntegerVariable |
IntegerValue | coeff = IntegerValue(0) |
IntegerValue | constant = IntegerValue(0) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
IntegerVariable var = kNoIntegerVariable |