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

Detailed Description

Protobuf enum operations_research.PerturbationStrategy.Value

Definition at line 53 of file PerturbationStrategy.java.

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

Member Function Documentation

◆ [static initializer]()

com.google.ortools.constraintsolver.PerturbationStrategy.Value.[static initializer]
static

◆ forNumber()

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 123 of file PerturbationStrategy.java.

◆ getDescriptor()

com.google.protobuf.Descriptors.EnumDescriptor com.google.ortools.constraintsolver.PerturbationStrategy.Value.getDescriptor ( )
static

Definition at line 156 of file PerturbationStrategy.java.

◆ getDescriptorForType()

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

Definition at line 152 of file PerturbationStrategy.java.

◆ getNumber()

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

Definition at line 101 of file PerturbationStrategy.java.

◆ getValueDescriptor()

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

Definition at line 144 of file PerturbationStrategy.java.

◆ internalGetValueMap()

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

Definition at line 132 of file PerturbationStrategy.java.

◆ valueOf() [1/2]

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

Definition at line 162 of file PerturbationStrategy.java.

◆ valueOf() [2/2]

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 115 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 70 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 98 of file PerturbationStrategy.java.

◆ UNRECOGNIZED

com.google.ortools.constraintsolver.PerturbationStrategy.Value.UNRECOGNIZED =(-1)

Definition at line 71 of file PerturbationStrategy.java.

◆ UNSET

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

UNSET = 0;

Definition at line 62 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 90 of file PerturbationStrategy.java.


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