Google OR-Tools v9.12
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 173 of file intervals.h.

Member Data Documentation

◆ capacity

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

Definition at line 174 of file intervals.h.

◆ demand_helper

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

Definition at line 176 of file intervals.h.

◆ task_helper

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

Definition at line 175 of file intervals.h.


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