![]() |
OR-Tools
8.2
|
Definition at line 39 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 51 of file implied_bounds.h.
|
inline |
Definition at line 54 of file implied_bounds.h.
bool is_positive = true |
Definition at line 48 of file implied_bounds.h.
IntegerVariable literal_view = kNoIntegerVariable |
Definition at line 43 of file implied_bounds.h.
IntegerValue lower_bound = IntegerValue(0) |
Definition at line 44 of file implied_bounds.h.