Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <intervals.h>
Public Attributes | |
AffineExpression | capacity |
SchedulingConstraintHelper * | task_helper |
SchedulingDemandHelper * | demand_helper |
We register cumulative at load time so that our search heuristic can loop over all cumulative constraints easily.
Definition at line 182 of file intervals.h.
AffineExpression operations_research::sat::IntervalsRepository::CumulativeHelper::capacity |
Definition at line 183 of file intervals.h.
SchedulingDemandHelper* operations_research::sat::IntervalsRepository::CumulativeHelper::demand_helper |
Definition at line 185 of file intervals.h.
SchedulingConstraintHelper* operations_research::sat::IntervalsRepository::CumulativeHelper::task_helper |
Definition at line 184 of file intervals.h.