14 #ifndef OR_TOOLS_SAT_CUMULATIVE_H_
15 #define OR_TOOLS_SAT_CUMULATIVE_H_
46 const std::vector<IntervalVariable>& vars,
47 const std::vector<AffineExpression>& demands, AffineExpression
capacity,
48 SchedulingConstraintHelper* helper =
nullptr);
56 const std::vector<IntervalVariable>& vars,
57 const std::vector<AffineExpression>& demands, AffineExpression
capacity,
58 SchedulingConstraintHelper* helper =
nullptr);
63 #endif // OR_TOOLS_SAT_CUMULATIVE_H_