Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <diffn_util.h>
Public Member Functions | |
Rectangle (IntegerValue start, IntegerValue height) | |
bool | operator< (const Rectangle &other) const |
bool | operator== (const Rectangle &other) const |
Public Attributes | |
IntegerValue | start = IntegerValue(0) |
IntegerValue | height = IntegerValue(0) |
Simple start of a rectangle. This is used to represent the residual capacity profile.
Definition at line 274 of file diffn_util.h.
|
inline |
Definition at line 275 of file diffn_util.h.
|
inline |
Definition at line 278 of file diffn_util.h.
|
inline |
Definition at line 279 of file diffn_util.h.
IntegerValue operations_research::sat::CapacityProfile::Rectangle::height = IntegerValue(0) |
Definition at line 284 of file diffn_util.h.
IntegerValue operations_research::sat::CapacityProfile::Rectangle::start = IntegerValue(0) |
Definition at line 283 of file diffn_util.h.