Package | Description |
---|---|
com.google.ortools.pdlp |
Modifier and Type | Method and Description |
---|---|
static RestartChoice |
RestartChoice.forNumber(int value) |
RestartChoice |
IterationStats.getRestartUsed()
The kind of restart that occurred at this iteration, or NO_RESTART if a
restart did not occur.
|
RestartChoice |
IterationStats.Builder.getRestartUsed()
The kind of restart that occurred at this iteration, or NO_RESTART if a
restart did not occur.
|
RestartChoice |
IterationStatsOrBuilder.getRestartUsed()
The kind of restart that occurred at this iteration, or NO_RESTART if a
restart did not occur.
|
static RestartChoice |
RestartChoice.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static RestartChoice |
RestartChoice.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static RestartChoice |
RestartChoice.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RestartChoice[] |
RestartChoice.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<RestartChoice> |
RestartChoice.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
IterationStats.Builder |
IterationStats.Builder.setRestartUsed(RestartChoice value)
The kind of restart that occurred at this iteration, or NO_RESTART if a
restart did not occur.
|
Copyright © 2025. All rights reserved.