Package | Description |
---|---|
com.google.ortools.sat |
Modifier and Type | Class and Description |
---|---|
class |
CumulativeConstraintProto
The sum of the demands of the intervals at each interval point cannot exceed
a capacity.
|
static class |
CumulativeConstraintProto.Builder
The sum of the demands of the intervals at each interval point cannot exceed
a capacity.
|
Modifier and Type | Method and Description |
---|---|
CumulativeConstraintProtoOrBuilder |
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.
|
CumulativeConstraintProtoOrBuilder |
ConstraintProto.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.
|
CumulativeConstraintProtoOrBuilder |
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.
|
Copyright © 2025. All rights reserved.