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 CumulativeConstraintProto
CumulativeConstraintProto.getDefaultInstance()
CumulativeConstraintProto.Builder.getDefaultInstanceForType()
CumulativeConstraintProto.getDefaultInstanceForType()
static CumulativeConstraintProto
CumulativeConstraintProto.parseDelimitedFrom
(InputStream input) static CumulativeConstraintProto
CumulativeConstraintProto.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CumulativeConstraintProto
CumulativeConstraintProto.parseFrom
(byte[] data) static CumulativeConstraintProto
CumulativeConstraintProto.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CumulativeConstraintProto
CumulativeConstraintProto.parseFrom
(com.google.protobuf.ByteString data) static CumulativeConstraintProto
CumulativeConstraintProto.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CumulativeConstraintProto
CumulativeConstraintProto.parseFrom
(com.google.protobuf.CodedInputStream input) static CumulativeConstraintProto
CumulativeConstraintProto.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CumulativeConstraintProto
CumulativeConstraintProto.parseFrom
(InputStream input) static CumulativeConstraintProto
CumulativeConstraintProto.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CumulativeConstraintProto
CumulativeConstraintProto.parseFrom
(ByteBuffer data) static CumulativeConstraintProto
CumulativeConstraintProto.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.