![]() |
Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
|
#include <scheduling_helpers.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 56 of file scheduling_helpers.h.
|
inline |
Definition at line 60 of file scheduling_helpers.h.
|
inline |
Definition at line 61 of file scheduling_helpers.h.
LiteralIndex operations_research::sat::CachedTaskBounds::presence_lit |
Definition at line 58 of file scheduling_helpers.h.
int operations_research::sat::CachedTaskBounds::task_index |
Definition at line 57 of file scheduling_helpers.h.
IntegerValue operations_research::sat::CachedTaskBounds::time |
Definition at line 59 of file scheduling_helpers.h.