Uses of Interface
com.google.ortools.sat.CumulativeConstraintProtoOrBuilder
Packages that use CumulativeConstraintProtoOrBuilder
-
Uses of CumulativeConstraintProtoOrBuilder in com.google.ortools.sat
Classes in com.google.ortools.sat that implement CumulativeConstraintProtoOrBuilderModifier and TypeClassDescriptionfinal class
The sum of the demands of the intervals at each interval point cannot exceed a capacity.static final class
The sum of the demands of the intervals at each interval point cannot exceed a capacity.Methods in com.google.ortools.sat that return CumulativeConstraintProtoOrBuilderModifier and TypeMethodDescriptionConstraintProto.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.ConstraintProto.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.ConstraintProtoOrBuilder.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.