Package | Description |
---|---|
com.google.ortools.sat |
Modifier and Type | Class and Description |
---|---|
class |
ReservoirConstraintProto
Maintain a reservoir level within bounds.
|
static class |
ReservoirConstraintProto.Builder
Maintain a reservoir level within bounds.
|
Modifier and Type | Method and Description |
---|---|
ReservoirConstraintProtoOrBuilder |
ConstraintProto.getReservoirOrBuilder()
The reservoir constraint forces the sum of a set of active demands
to always be between a specified minimum and maximum value during
specific times.
|
ReservoirConstraintProtoOrBuilder |
ConstraintProto.Builder.getReservoirOrBuilder()
The reservoir constraint forces the sum of a set of active demands
to always be between a specified minimum and maximum value during
specific times.
|
ReservoirConstraintProtoOrBuilder |
ConstraintProtoOrBuilder.getReservoirOrBuilder()
The reservoir constraint forces the sum of a set of active demands
to always be between a specified minimum and maximum value during
specific times.
|
Copyright © 2025. All rights reserved.