![]() |
Google OR-Tools v9.12
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 330 of file diffn_util.h.
|
inline |
Definition at line 331 of file diffn_util.h.
|
inline |
Definition at line 334 of file diffn_util.h.
|
inline |
Definition at line 335 of file diffn_util.h.
IntegerValue operations_research::sat::CapacityProfile::Rectangle::height = IntegerValue(0) |
Definition at line 340 of file diffn_util.h.
IntegerValue operations_research::sat::CapacityProfile::Rectangle::start = IntegerValue(0) |
Definition at line 339 of file diffn_util.h.