Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
com.google.ortools.pdlp.PolishingPhaseType Enum Reference

Detailed Description

Protobuf enum operations_research.pdlp.PolishingPhaseType

Definition at line 12 of file PolishingPhaseType.java.

Inheritance diagram for com.google.ortools.pdlp.PolishingPhaseType:

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 PolishingPhaseType valueOf (int value)
static PolishingPhaseType forNumber (int value)
static com.google.protobuf.Internal.EnumLiteMap< PolishingPhaseType > internalGetValueMap ()
static com.google.protobuf.Descriptors.EnumDescriptor getDescriptor ()
static PolishingPhaseType valueOf (com.google.protobuf.Descriptors.EnumValueDescriptor desc)

Public Attributes

 POLISHING_PHASE_TYPE_UNSPECIFIED =(0)
 POLISHING_PHASE_TYPE_PRIMAL_FEASIBILITY =(1)
 POLISHING_PHASE_TYPE_DUAL_FEASIBILITY =(2)

Static Public Attributes

static final int POLISHING_PHASE_TYPE_UNSPECIFIED_VALUE = 0
static final int POLISHING_PHASE_TYPE_PRIMAL_FEASIBILITY_VALUE = 1
static final int POLISHING_PHASE_TYPE_DUAL_FEASIBILITY_VALUE = 2

Member Function Documentation

◆ [static initializer]()

com.google.ortools.pdlp.PolishingPhaseType.[static initializer]
static

◆ forNumber()

PolishingPhaseType com.google.ortools.pdlp.PolishingPhaseType.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 69 of file PolishingPhaseType.java.

◆ getDescriptor()

com.google.protobuf.Descriptors.EnumDescriptor com.google.ortools.pdlp.PolishingPhaseType.getDescriptor ( )
static

Definition at line 99 of file PolishingPhaseType.java.

◆ getDescriptorForType()

final com.google.protobuf.Descriptors.EnumDescriptor com.google.ortools.pdlp.PolishingPhaseType.getDescriptorForType ( )

Definition at line 95 of file PolishingPhaseType.java.

◆ getNumber()

final int com.google.ortools.pdlp.PolishingPhaseType.getNumber ( )

Definition at line 51 of file PolishingPhaseType.java.

◆ getValueDescriptor()

final com.google.protobuf.Descriptors.EnumValueDescriptor com.google.ortools.pdlp.PolishingPhaseType.getValueDescriptor ( )

Definition at line 91 of file PolishingPhaseType.java.

◆ internalGetValueMap()

com.google.protobuf.Internal.EnumLiteMap< PolishingPhaseType > com.google.ortools.pdlp.PolishingPhaseType.internalGetValueMap ( )
static

Definition at line 79 of file PolishingPhaseType.java.

◆ valueOf() [1/2]

PolishingPhaseType com.google.ortools.pdlp.PolishingPhaseType.valueOf ( com.google.protobuf.Descriptors.EnumValueDescriptor desc)
static

Definition at line 105 of file PolishingPhaseType.java.

◆ valueOf() [2/2]

PolishingPhaseType com.google.ortools.pdlp.PolishingPhaseType.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 61 of file PolishingPhaseType.java.

Member Data Documentation

◆ POLISHING_PHASE_TYPE_DUAL_FEASIBILITY

com.google.ortools.pdlp.PolishingPhaseType.POLISHING_PHASE_TYPE_DUAL_FEASIBILITY =(2)

POLISHING_PHASE_TYPE_DUAL_FEASIBILITY = 2;

Definition at line 25 of file PolishingPhaseType.java.

◆ POLISHING_PHASE_TYPE_DUAL_FEASIBILITY_VALUE

final int com.google.ortools.pdlp.PolishingPhaseType.POLISHING_PHASE_TYPE_DUAL_FEASIBILITY_VALUE = 2
static

POLISHING_PHASE_TYPE_DUAL_FEASIBILITY = 2;

Definition at line 48 of file PolishingPhaseType.java.

◆ POLISHING_PHASE_TYPE_PRIMAL_FEASIBILITY

com.google.ortools.pdlp.PolishingPhaseType.POLISHING_PHASE_TYPE_PRIMAL_FEASIBILITY =(1)

POLISHING_PHASE_TYPE_PRIMAL_FEASIBILITY = 1;

Definition at line 21 of file PolishingPhaseType.java.

◆ POLISHING_PHASE_TYPE_PRIMAL_FEASIBILITY_VALUE

final int com.google.ortools.pdlp.PolishingPhaseType.POLISHING_PHASE_TYPE_PRIMAL_FEASIBILITY_VALUE = 1
static

POLISHING_PHASE_TYPE_PRIMAL_FEASIBILITY = 1;

Definition at line 44 of file PolishingPhaseType.java.

◆ POLISHING_PHASE_TYPE_UNSPECIFIED

com.google.ortools.pdlp.PolishingPhaseType.POLISHING_PHASE_TYPE_UNSPECIFIED =(0)

POLISHING_PHASE_TYPE_UNSPECIFIED = 0;

Definition at line 17 of file PolishingPhaseType.java.

◆ POLISHING_PHASE_TYPE_UNSPECIFIED_VALUE

final int com.google.ortools.pdlp.PolishingPhaseType.POLISHING_PHASE_TYPE_UNSPECIFIED_VALUE = 0
static

POLISHING_PHASE_TYPE_UNSPECIFIED = 0;

Definition at line 40 of file PolishingPhaseType.java.


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