Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
com.google.ortools.constraintsolver.PerturbationStrategy.Value Enum Reference
Inheritance diagram for com.google.ortools.constraintsolver.PerturbationStrategy.Value:

Public Member Functions

final int getNumber ()
 
final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor ()
 
final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType ()
 

Static Public Member Functions

 [static initializer]
 
static Value valueOf (int value)
 
static Value forNumber (int value)
 
static com.google.protobuf.Internal.EnumLiteMap< ValueinternalGetValueMap ()
 
static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor ()
 
static Value valueOf (com.google.protobuf.Descriptors.EnumValueDescriptor desc)
 

Public Attributes

 UNSET =(0)
 
 RUIN_AND_RECREATE =(1)
 
 UNRECOGNIZED =(-1)
 

Static Public Attributes

static final int UNSET_VALUE = 0
 
static final int RUIN_AND_RECREATE_VALUE = 1
 

Detailed Description

Protobuf enum operations_research.PerturbationStrategy.Value

Definition at line 52 of file PerturbationStrategy.java.

Member Function Documentation

◆ [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
valueThe 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

Definition at line 155 of file PerturbationStrategy.java.

◆ getDescriptorForType()

final com.google.protobuf.Descriptors.EnumDescriptor com.google.ortools.constraintsolver.PerturbationStrategy.Value.getDescriptorForType ( )

Definition at line 151 of file PerturbationStrategy.java.

◆ getNumber()

final int com.google.ortools.constraintsolver.PerturbationStrategy.Value.getNumber ( )

Definition at line 100 of file PerturbationStrategy.java.

◆ getValueDescriptor()

final com.google.protobuf.Descriptors.EnumValueDescriptor com.google.ortools.constraintsolver.PerturbationStrategy.Value.getValueDescriptor ( )

Definition at line 143 of file PerturbationStrategy.java.

◆ internalGetValueMap()

static com.google.protobuf.Internal.EnumLiteMap< Value > com.google.ortools.constraintsolver.PerturbationStrategy.Value.internalGetValueMap ( )
static

Definition at line 131 of file PerturbationStrategy.java.

◆ valueOf() [1/2]

static Value com.google.ortools.constraintsolver.PerturbationStrategy.Value.valueOf ( com.google.protobuf.Descriptors.EnumValueDescriptor desc)
static

Definition at line 161 of file PerturbationStrategy.java.

◆ valueOf() [2/2]

static Value com.google.ortools.constraintsolver.PerturbationStrategy.Value.valueOf ( int value)
static
Parameters
valueThe numeric wire value of the corresponding enum entry.
Returns
The enum associated with the given numeric wire value.
Deprecated
Use forNumber(int) instead.

Definition at line 114 of file PerturbationStrategy.java.

Member Data Documentation

◆ 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)

Definition at line 70 of file PerturbationStrategy.java.

◆ UNSET

com.google.ortools.constraintsolver.PerturbationStrategy.Value.UNSET =(0)
Unspecified value.

UNSET = 0;

Definition at line 61 of file PerturbationStrategy.java.

◆ UNSET_VALUE

final int com.google.ortools.constraintsolver.PerturbationStrategy.Value.UNSET_VALUE = 0
static
Unspecified value.

UNSET = 0;

Definition at line 89 of file PerturbationStrategy.java.


The documentation for this enum was generated from the following file: