Package | Description |
---|---|
com.google.ortools.sat |
Modifier and Type | Method and Description |
---|---|
CumulativeConstraintProto |
CumulativeConstraintProto.Builder.build() |
CumulativeConstraintProto |
CumulativeConstraintProto.Builder.buildPartial() |
CumulativeConstraintProto |
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.
|
CumulativeConstraintProto |
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.
|
CumulativeConstraintProto |
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 |
CumulativeConstraintProto.getDefaultInstanceForType() |
CumulativeConstraintProto |
CumulativeConstraintProto.Builder.getDefaultInstanceForType() |
static CumulativeConstraintProto |
CumulativeConstraintProto.parseDelimitedFrom(java.io.InputStream input) |
static CumulativeConstraintProto |
CumulativeConstraintProto.parseDelimitedFrom(java.io.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(java.nio.ByteBuffer data) |
static CumulativeConstraintProto |
CumulativeConstraintProto.parseFrom(java.nio.ByteBuffer 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(java.io.InputStream input) |
static CumulativeConstraintProto |
CumulativeConstraintProto.parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<CumulativeConstraintProto> |
CumulativeConstraintProto.getParserForType() |
static com.google.protobuf.Parser<CumulativeConstraintProto> |
CumulativeConstraintProto.parser() |
Modifier and Type | Method and Description |
---|---|
ConstraintProto.Builder |
ConstraintProto.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 |
CumulativeConstraintProto.Builder.mergeFrom(CumulativeConstraintProto other) |
static CumulativeConstraintProto.Builder |
CumulativeConstraintProto.newBuilder(CumulativeConstraintProto prototype) |
ConstraintProto.Builder |
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.
|
Copyright © 2025. All rights reserved.