Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::sat::IntervalsRepository::CumulativeHelper Struct Reference

#include <intervals.h>

Public Attributes

AffineExpression capacity
 
SchedulingConstraintHelpertask_helper
 
SchedulingDemandHelperdemand_helper
 

Detailed Description

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.

Member Data Documentation

◆ capacity

AffineExpression operations_research::sat::IntervalsRepository::CumulativeHelper::capacity

Definition at line 183 of file intervals.h.

◆ demand_helper

SchedulingDemandHelper* operations_research::sat::IntervalsRepository::CumulativeHelper::demand_helper

Definition at line 185 of file intervals.h.

◆ task_helper

SchedulingConstraintHelper* operations_research::sat::IntervalsRepository::CumulativeHelper::task_helper

Definition at line 184 of file intervals.h.


The documentation for this struct was generated from the following file: