Uses of Interface
com.google.ortools.sat.CumulativeConstraintProtoOrBuilder
-
Packages that use CumulativeConstraintProtoOrBuilder Package Description com.google.ortools.sat -
-
Uses of CumulativeConstraintProtoOrBuilder in com.google.ortools.sat
Classes in com.google.ortools.sat that implement CumulativeConstraintProtoOrBuilder Modifier and Type Class Description classCumulativeConstraintProtoThe sum of the demands of the intervals at each interval point cannot exceed a capacity.static classCumulativeConstraintProto.BuilderThe sum of the demands of the intervals at each interval point cannot exceed a capacity.Methods in com.google.ortools.sat that return CumulativeConstraintProtoOrBuilder Modifier and Type Method Description CumulativeConstraintProtoOrBuilderConstraintProto.Builder. getCumulativeOrBuilder()The cumulative constraint ensures that for any integer point, the sum of the demands of the intervals containing that point does not exceed the capacity.CumulativeConstraintProtoOrBuilderConstraintProto. getCumulativeOrBuilder()The cumulative constraint ensures that for any integer point, the sum of the demands of the intervals containing that point does not exceed the capacity.CumulativeConstraintProtoOrBuilderConstraintProtoOrBuilder. getCumulativeOrBuilder()The cumulative constraint ensures that for any integer point, the sum of the demands of the intervals containing that point does not exceed the capacity.
-