![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
Simple start of a rectangle. This is used to represent the residual capacity profile.
Definition at line 337 of file diffn_util.h.
#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) |
|
inline |
Definition at line 338 of file diffn_util.h.
|
inline |
Definition at line 341 of file diffn_util.h.
|
inline |
Definition at line 342 of file diffn_util.h.
IntegerValue operations_research::sat::CapacityProfile::Rectangle::height = IntegerValue(0) |
Definition at line 347 of file diffn_util.h.
IntegerValue operations_research::sat::CapacityProfile::Rectangle::start = IntegerValue(0) |
Definition at line 346 of file diffn_util.h.