Google OR-Tools v9.9
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
com.google.ortools.glop.GlopParameters.ScalingAlgorithm Enum Reference
Inheritance diagram for com.google.ortools.glop.GlopParameters.ScalingAlgorithm:

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

Public Attributes

 DEFAULT =(0)
 
 EQUILIBRATION =(1)
 
 LINEAR_PROGRAM =(2)
 

Static Public Attributes

static final int DEFAULT_VALUE = 0
 
static final int EQUILIBRATION_VALUE = 1
 
static final int LINEAR_PROGRAM_VALUE = 2
 

Detailed Description

Supported algorithms for scaling:
EQUILIBRATION - progressive scaling by row and column norms until the
marginal difference passes below a threshold.
LINEAR_PROGRAM - EXPERIMENTAL: finding optimal scale factors using a linear
program in the log scale.

Protobuf enum operations_research.glop.GlopParameters.ScalingAlgorithm

Definition at line 110 of file GlopParameters.java.

Member Function Documentation

◆ forNumber()

static ScalingAlgorithm com.google.ortools.glop.GlopParameters.ScalingAlgorithm.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 158 of file GlopParameters.java.

◆ getDescriptor()

static final com.google.protobuf.Descriptors.EnumDescriptor com.google.ortools.glop.GlopParameters.ScalingAlgorithm.getDescriptor ( )
static

Definition at line 188 of file GlopParameters.java.

◆ getDescriptorForType()

final com.google.protobuf.Descriptors.EnumDescriptor com.google.ortools.glop.GlopParameters.ScalingAlgorithm.getDescriptorForType ( )

Definition at line 184 of file GlopParameters.java.

◆ getNumber()

final int com.google.ortools.glop.GlopParameters.ScalingAlgorithm.getNumber ( )

Definition at line 140 of file GlopParameters.java.

◆ getValueDescriptor()

final com.google.protobuf.Descriptors.EnumValueDescriptor com.google.ortools.glop.GlopParameters.ScalingAlgorithm.getValueDescriptor ( )

Definition at line 180 of file GlopParameters.java.

◆ internalGetValueMap()

static com.google.protobuf.Internal.EnumLiteMap< ScalingAlgorithm > com.google.ortools.glop.GlopParameters.ScalingAlgorithm.internalGetValueMap ( )
static

Definition at line 168 of file GlopParameters.java.

◆ valueOf() [1/2]

static ScalingAlgorithm com.google.ortools.glop.GlopParameters.ScalingAlgorithm.valueOf ( com.google.protobuf.Descriptors.EnumValueDescriptor desc)
static

Definition at line 194 of file GlopParameters.java.

◆ valueOf() [2/2]

static ScalingAlgorithm com.google.ortools.glop.GlopParameters.ScalingAlgorithm.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 150 of file GlopParameters.java.

Member Data Documentation

◆ DEFAULT

com.google.ortools.glop.GlopParameters.ScalingAlgorithm.DEFAULT =(0)

DEFAULT = 0;

Definition at line 115 of file GlopParameters.java.

◆ DEFAULT_VALUE

final int com.google.ortools.glop.GlopParameters.ScalingAlgorithm.DEFAULT_VALUE = 0
static

DEFAULT = 0;

Definition at line 129 of file GlopParameters.java.

◆ EQUILIBRATION

com.google.ortools.glop.GlopParameters.ScalingAlgorithm.EQUILIBRATION =(1)

EQUILIBRATION = 1;

Definition at line 119 of file GlopParameters.java.

◆ EQUILIBRATION_VALUE

final int com.google.ortools.glop.GlopParameters.ScalingAlgorithm.EQUILIBRATION_VALUE = 1
static

EQUILIBRATION = 1;

Definition at line 133 of file GlopParameters.java.

◆ LINEAR_PROGRAM

com.google.ortools.glop.GlopParameters.ScalingAlgorithm.LINEAR_PROGRAM =(2)

LINEAR_PROGRAM = 2;

Definition at line 123 of file GlopParameters.java.

◆ LINEAR_PROGRAM_VALUE

final int com.google.ortools.glop.GlopParameters.ScalingAlgorithm.LINEAR_PROGRAM_VALUE = 2
static

LINEAR_PROGRAM = 2;

Definition at line 137 of file GlopParameters.java.


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