Package | Description |
---|---|
com.google.ortools.pdlp |
Modifier and Type | Method and Description |
---|---|
static OptimalityNorm |
OptimalityNorm.forNumber(int value) |
OptimalityNorm |
TerminationCriteria.getOptimalityNorm()
The norm that we are measuring the optimality criteria in.
|
OptimalityNorm |
TerminationCriteria.Builder.getOptimalityNorm()
The norm that we are measuring the optimality criteria in.
|
OptimalityNorm |
TerminationCriteriaOrBuilder.getOptimalityNorm()
The norm that we are measuring the optimality criteria in.
|
static OptimalityNorm |
OptimalityNorm.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static OptimalityNorm |
OptimalityNorm.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static OptimalityNorm |
OptimalityNorm.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OptimalityNorm[] |
OptimalityNorm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<OptimalityNorm> |
OptimalityNorm.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
TerminationCriteria.Builder |
TerminationCriteria.Builder.setOptimalityNorm(OptimalityNorm value)
The norm that we are measuring the optimality criteria in.
|
Copyright © 2025. All rights reserved.