Package | Description |
---|---|
com.google.ortools.constraintsolver |
Modifier and Type | Method and Description |
---|---|
static AcceptanceStrategy.Value |
AcceptanceStrategy.Value.forNumber(int value) |
AcceptanceStrategy.Value |
IteratedLocalSearchParameters.getAcceptanceStrategy()
Determines when the neighbor solution S', possibly improved if
`improve_perturbed_solution` is true, replaces the reference solution S.
|
AcceptanceStrategy.Value |
IteratedLocalSearchParameters.Builder.getAcceptanceStrategy()
Determines when the neighbor solution S', possibly improved if
`improve_perturbed_solution` is true, replaces the reference solution S.
|
AcceptanceStrategy.Value |
IteratedLocalSearchParametersOrBuilder.getAcceptanceStrategy()
Determines when the neighbor solution S', possibly improved if
`improve_perturbed_solution` is true, replaces the reference solution S.
|
static AcceptanceStrategy.Value |
AcceptanceStrategy.Value.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static AcceptanceStrategy.Value |
AcceptanceStrategy.Value.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static AcceptanceStrategy.Value |
AcceptanceStrategy.Value.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AcceptanceStrategy.Value[] |
AcceptanceStrategy.Value.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<AcceptanceStrategy.Value> |
AcceptanceStrategy.Value.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
IteratedLocalSearchParameters.Builder |
IteratedLocalSearchParameters.Builder.setAcceptanceStrategy(AcceptanceStrategy.Value value)
Determines when the neighbor solution S', possibly improved if
`improve_perturbed_solution` is true, replaces the reference solution S.
|
Copyright © 2025. All rights reserved.