Uses of Class
com.google.ortools.sat.CumulativeConstraintProto
Packages that use CumulativeConstraintProto
-
Uses of CumulativeConstraintProto in com.google.ortools.sat
Methods in com.google.ortools.sat that return CumulativeConstraintProtoModifier and TypeMethodDescriptionCumulativeConstraintProto.Builder.build()CumulativeConstraintProto.Builder.buildPartial()ConstraintProto.Builder.getCumulative()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.getCumulative()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.getCumulative()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.static CumulativeConstraintProtoCumulativeConstraintProto.getDefaultInstance()CumulativeConstraintProto.Builder.getDefaultInstanceForType()CumulativeConstraintProto.getDefaultInstanceForType()static CumulativeConstraintProtoCumulativeConstraintProto.parseDelimitedFrom(InputStream input) static CumulativeConstraintProtoCumulativeConstraintProto.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CumulativeConstraintProtoCumulativeConstraintProto.parseFrom(byte[] data) static CumulativeConstraintProtoCumulativeConstraintProto.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CumulativeConstraintProtoCumulativeConstraintProto.parseFrom(com.google.protobuf.ByteString data) static CumulativeConstraintProtoCumulativeConstraintProto.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CumulativeConstraintProtoCumulativeConstraintProto.parseFrom(com.google.protobuf.CodedInputStream input) static CumulativeConstraintProtoCumulativeConstraintProto.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CumulativeConstraintProtoCumulativeConstraintProto.parseFrom(InputStream input) static CumulativeConstraintProtoCumulativeConstraintProto.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CumulativeConstraintProtoCumulativeConstraintProto.parseFrom(ByteBuffer data) static CumulativeConstraintProtoCumulativeConstraintProto.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.ortools.sat that return types with arguments of type CumulativeConstraintProtoModifier and TypeMethodDescriptioncom.google.protobuf.Parser<CumulativeConstraintProto> CumulativeConstraintProto.getParserForType()static com.google.protobuf.Parser<CumulativeConstraintProto> CumulativeConstraintProto.parser()Methods in com.google.ortools.sat with parameters of type CumulativeConstraintProtoModifier and TypeMethodDescriptionConstraintProto.Builder.mergeCumulative(CumulativeConstraintProto value) 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.CumulativeConstraintProto.Builder.mergeFrom(CumulativeConstraintProto other) CumulativeConstraintProto.newBuilder(CumulativeConstraintProto prototype) ConstraintProto.Builder.setCumulative(CumulativeConstraintProto value) 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.