Protobuf enum operations_research.PerturbationStrategy.Value
Definition at line 52 of file PerturbationStrategy.java.
◆ [static initializer]()
com.google.ortools.constraintsolver.PerturbationStrategy.Value.[static initializer] |
|
static |
◆ forNumber()
static Value com.google.ortools.constraintsolver.PerturbationStrategy.Value.forNumber |
( |
int | value | ) |
|
|
static |
- Parameters
-
value | The numeric wire value of the corresponding enum entry. |
- Returns
- The enum associated with the given numeric wire value.
Definition at line 122 of file PerturbationStrategy.java.
◆ getDescriptor()
static final com.google.protobuf.Descriptors.EnumDescriptor com.google.ortools.constraintsolver.PerturbationStrategy.Value.getDescriptor |
( |
| ) |
|
|
static |
◆ getDescriptorForType()
final com.google.protobuf.Descriptors.EnumDescriptor com.google.ortools.constraintsolver.PerturbationStrategy.Value.getDescriptorForType |
( |
| ) |
|
◆ getNumber()
final int com.google.ortools.constraintsolver.PerturbationStrategy.Value.getNumber |
( |
| ) |
|
◆ getValueDescriptor()
final com.google.protobuf.Descriptors.EnumValueDescriptor com.google.ortools.constraintsolver.PerturbationStrategy.Value.getValueDescriptor |
( |
| ) |
|
◆ internalGetValueMap()
static com.google.protobuf.Internal.EnumLiteMap< Value > com.google.ortools.constraintsolver.PerturbationStrategy.Value.internalGetValueMap |
( |
| ) |
|
|
static |
◆ valueOf() [1/2]
static Value com.google.ortools.constraintsolver.PerturbationStrategy.Value.valueOf |
( |
com.google.protobuf.Descriptors.EnumValueDescriptor | desc | ) |
|
|
static |
◆ valueOf() [2/2]
static Value com.google.ortools.constraintsolver.PerturbationStrategy.Value.valueOf |
( |
int | value | ) |
|
|
static |
◆ RUIN_AND_RECREATE
com.google.ortools.constraintsolver.PerturbationStrategy.Value.RUIN_AND_RECREATE =(1) |
Performs a perturbation in a ruin and recreate fashion.
RUIN_AND_RECREATE = 1;
Definition at line 69 of file PerturbationStrategy.java.
◆ RUIN_AND_RECREATE_VALUE
final int com.google.ortools.constraintsolver.PerturbationStrategy.Value.RUIN_AND_RECREATE_VALUE = 1 |
|
static |
Performs a perturbation in a ruin and recreate fashion.
RUIN_AND_RECREATE = 1;
Definition at line 97 of file PerturbationStrategy.java.
◆ UNRECOGNIZED
com.google.ortools.constraintsolver.PerturbationStrategy.Value.UNRECOGNIZED =(-1) |
◆ UNSET
com.google.ortools.constraintsolver.PerturbationStrategy.Value.UNSET =(0) |
◆ UNSET_VALUE
final int com.google.ortools.constraintsolver.PerturbationStrategy.Value.UNSET_VALUE = 0 |
|
static |
The documentation for this enum was generated from the following file: