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

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 114 of file GlopParameters.java.

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 initializer]
static ScalingAlgorithm valueOf (int value)
static ScalingAlgorithm forNumber (int value)
static com.google.protobuf.Internal.EnumLiteMap< ScalingAlgorithminternalGetValueMap ()
static 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

Member Function Documentation

◆ [static initializer]()

com.google.ortools.glop.GlopParameters.ScalingAlgorithm.[static initializer]
static

◆ forNumber()

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 171 of file GlopParameters.java.

◆ getDescriptor()

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

Definition at line 201 of file GlopParameters.java.

◆ getDescriptorForType()

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

Definition at line 197 of file GlopParameters.java.

◆ getNumber()

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

Definition at line 153 of file GlopParameters.java.

◆ getValueDescriptor()

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

Definition at line 193 of file GlopParameters.java.

◆ internalGetValueMap()

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

Definition at line 181 of file GlopParameters.java.

◆ valueOf() [1/2]

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

Definition at line 207 of file GlopParameters.java.

◆ valueOf() [2/2]

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 163 of file GlopParameters.java.

Member Data Documentation

◆ DEFAULT

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

DEFAULT = 0;

Definition at line 119 of file GlopParameters.java.

◆ DEFAULT_VALUE

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

DEFAULT = 0;

Definition at line 142 of file GlopParameters.java.

◆ EQUILIBRATION

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

EQUILIBRATION = 1;

Definition at line 123 of file GlopParameters.java.

◆ EQUILIBRATION_VALUE

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

EQUILIBRATION = 1;

Definition at line 146 of file GlopParameters.java.

◆ LINEAR_PROGRAM

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

LINEAR_PROGRAM = 2;

Definition at line 127 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 150 of file GlopParameters.java.


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