![]() |
Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
|
#include <scheduling_helpers.h>
Public Member Functions | |
bool | operator< (const ProfileEvent &other) const |
Public Attributes | |
IntegerValue | time |
int | task |
bool | is_first |
Returns a sorted vector where each task appear twice, the first occurrence is at size (end_min - size_min) and the second one at (end_min).
This is quite usage specific.
Definition at line 245 of file scheduling_helpers.h.
|
inline |
Definition at line 250 of file scheduling_helpers.h.
bool operations_research::sat::SchedulingConstraintHelper::ProfileEvent::is_first |
Definition at line 248 of file scheduling_helpers.h.
int operations_research::sat::SchedulingConstraintHelper::ProfileEvent::task |
Definition at line 247 of file scheduling_helpers.h.
IntegerValue operations_research::sat::SchedulingConstraintHelper::ProfileEvent::time |
Definition at line 246 of file scheduling_helpers.h.