Package | Description |
---|---|
com.google.ortools.sat |
Modifier and Type | Method and Description |
---|---|
static SatParameters.RestartAlgorithm |
SatParameters.RestartAlgorithm.forNumber(int value) |
SatParameters.RestartAlgorithm |
SatParametersOrBuilder.getRestartAlgorithms(int index)
The restart strategies will change each time the strategy_counter is
increased.
|
SatParameters.RestartAlgorithm |
SatParameters.getRestartAlgorithms(int index)
The restart strategies will change each time the strategy_counter is
increased.
|
SatParameters.RestartAlgorithm |
SatParameters.Builder.getRestartAlgorithms(int index)
The restart strategies will change each time the strategy_counter is
increased.
|
static SatParameters.RestartAlgorithm |
SatParameters.RestartAlgorithm.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static SatParameters.RestartAlgorithm |
SatParameters.RestartAlgorithm.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static SatParameters.RestartAlgorithm |
SatParameters.RestartAlgorithm.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SatParameters.RestartAlgorithm[] |
SatParameters.RestartAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<SatParameters.RestartAlgorithm> |
SatParametersOrBuilder.getRestartAlgorithmsList()
The restart strategies will change each time the strategy_counter is
increased.
|
java.util.List<SatParameters.RestartAlgorithm> |
SatParameters.getRestartAlgorithmsList()
The restart strategies will change each time the strategy_counter is
increased.
|
java.util.List<SatParameters.RestartAlgorithm> |
SatParameters.Builder.getRestartAlgorithmsList()
The restart strategies will change each time the strategy_counter is
increased.
|
static com.google.protobuf.Internal.EnumLiteMap<SatParameters.RestartAlgorithm> |
SatParameters.RestartAlgorithm.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
SatParameters.Builder |
SatParameters.Builder.addRestartAlgorithms(SatParameters.RestartAlgorithm value)
The restart strategies will change each time the strategy_counter is
increased.
|
SatParameters.Builder |
SatParameters.Builder.setRestartAlgorithms(int index,
SatParameters.RestartAlgorithm value)
The restart strategies will change each time the strategy_counter is
increased.
|
Modifier and Type | Method and Description |
---|---|
SatParameters.Builder |
SatParameters.Builder.addAllRestartAlgorithms(java.lang.Iterable<? extends SatParameters.RestartAlgorithm> values)
The restart strategies will change each time the strategy_counter is
increased.
|
Copyright © 2025. All rights reserved.