Uses of Class
com.google.ortools.sat.CumulativeConstraint
-
Packages that use CumulativeConstraint Package Description com.google.ortools.sat -
-
Uses of CumulativeConstraint in com.google.ortools.sat
Methods in com.google.ortools.sat that return CumulativeConstraint Modifier and Type Method Description CumulativeConstraintCpModel. addCumulative(long capacity)AddsCumulative(capacity).CumulativeConstraintCpModel. addCumulative(LinearArgument capacity)AddsCumulative(capacity).CumulativeConstraintCumulativeConstraint. addDemand(IntervalVar interval, long demand)CumulativeConstraintCumulativeConstraint. addDemand(IntervalVar interval, LinearArgument demand)CumulativeConstraintCumulativeConstraint. addDemands(IntervalVar[] intervals, int[] demands)Adds all pairs (intervals[i], demands[i]) to the constraint.CumulativeConstraintCumulativeConstraint. addDemands(IntervalVar[] intervals, long[] demands)Adds all pairs (intervals[i], demands[i]) to the constraint.CumulativeConstraintCumulativeConstraint. addDemands(IntervalVar[] intervals, LinearArgument[] demands)Adds all pairs (intervals[i], demands[i]) to the constraint.
-