![]() |
OR-Tools
8.2
|
Public Member Functions | |
| IntegerLiteral () | |
| IntegerLiteral (IntegerVariable v, IntegerValue b) | |
| bool | IsValid () const |
| IntegerLiteral | Negated () const |
| bool | operator== (IntegerLiteral o) const |
| bool | operator!= (IntegerLiteral o) const |
| std::string | DebugString () const |
Static Public Member Functions | |
| static IntegerLiteral | GreaterOrEqual (IntegerVariable i, IntegerValue bound) |
| static IntegerLiteral | LowerOrEqual (IntegerVariable i, IntegerValue bound) |
Public Attributes | |
| IntegerVariable | var = kNoIntegerVariable |
| IntegerValue | bound = IntegerValue(0) |
|
inline |
|
inline |
|
inlinestatic |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
| IntegerVariable var = kNoIntegerVariable |