![]() |
OR-Tools
9.6
|
Definition at line 47 of file implied_bounds.h.
Public Member Functions | |
| ImpliedBoundEntry (IntegerVariable lit, IntegerValue lb, bool positive) | |
| ImpliedBoundEntry () | |
Public Attributes | |
| IntegerVariable | literal_view = kNoIntegerVariable |
| IntegerValue | lower_bound = IntegerValue(0) |
| bool | is_positive = true |
|
inline |
Definition at line 59 of file implied_bounds.h.
|
inline |
Definition at line 62 of file implied_bounds.h.
| bool is_positive = true |
Definition at line 56 of file implied_bounds.h.
| IntegerVariable literal_view = kNoIntegerVariable |
Definition at line 51 of file implied_bounds.h.
| IntegerValue lower_bound = IntegerValue(0) |
Definition at line 52 of file implied_bounds.h.