Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <intervals.h>
Public Member Functions | |
bool | operator< (CachedTaskBounds other) const |
bool | operator> (CachedTaskBounds other) const |
Public Attributes | |
int | task_index |
LiteralIndex | presence_lit |
IntegerValue | time |
We have some free space in TaskTime. We stick the presence_lit to save an indirection in some algo.
Definition at line 251 of file intervals.h.
|
inline |
Definition at line 255 of file intervals.h.
|
inline |
Definition at line 256 of file intervals.h.
LiteralIndex operations_research::sat::CachedTaskBounds::presence_lit |
Definition at line 253 of file intervals.h.
int operations_research::sat::CachedTaskBounds::task_index |
Definition at line 252 of file intervals.h.
IntegerValue operations_research::sat::CachedTaskBounds::time |
Definition at line 254 of file intervals.h.