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

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

Public Attributes

 ALWAYS_DO =(0)
 
 NEVER_DO =(1)
 
 LET_SOLVER_DECIDE =(2)
 

Static Public Attributes

static final int ALWAYS_DO_VALUE = 0
 
static final int NEVER_DO_VALUE = 1
 
static final int LET_SOLVER_DECIDE_VALUE = 2
 

Detailed Description

Like a Boolean with an extra value to let the algorithm decide what is the
best choice.

Protobuf enum operations_research.glop.GlopParameters.SolverBehavior

Definition at line 220 of file GlopParameters.java.

Member Function Documentation

◆ forNumber()

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

◆ getDescriptor()

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

Definition at line 298 of file GlopParameters.java.

◆ getDescriptorForType()

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

Definition at line 294 of file GlopParameters.java.

◆ getNumber()

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

Definition at line 250 of file GlopParameters.java.

◆ getValueDescriptor()

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

Definition at line 290 of file GlopParameters.java.

◆ internalGetValueMap()

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

Definition at line 278 of file GlopParameters.java.

◆ valueOf() [1/2]

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

Definition at line 304 of file GlopParameters.java.

◆ valueOf() [2/2]

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

Member Data Documentation

◆ ALWAYS_DO

com.google.ortools.glop.GlopParameters.SolverBehavior.ALWAYS_DO =(0)

ALWAYS_DO = 0;

Definition at line 225 of file GlopParameters.java.

◆ ALWAYS_DO_VALUE

final int com.google.ortools.glop.GlopParameters.SolverBehavior.ALWAYS_DO_VALUE = 0
static

ALWAYS_DO = 0;

Definition at line 239 of file GlopParameters.java.

◆ LET_SOLVER_DECIDE

com.google.ortools.glop.GlopParameters.SolverBehavior.LET_SOLVER_DECIDE =(2)

LET_SOLVER_DECIDE = 2;

Definition at line 233 of file GlopParameters.java.

◆ LET_SOLVER_DECIDE_VALUE

final int com.google.ortools.glop.GlopParameters.SolverBehavior.LET_SOLVER_DECIDE_VALUE = 2
static

LET_SOLVER_DECIDE = 2;

Definition at line 247 of file GlopParameters.java.

◆ NEVER_DO

com.google.ortools.glop.GlopParameters.SolverBehavior.NEVER_DO =(1)

NEVER_DO = 1;

Definition at line 229 of file GlopParameters.java.

◆ NEVER_DO_VALUE

final int com.google.ortools.glop.GlopParameters.SolverBehavior.NEVER_DO_VALUE = 1
static

NEVER_DO = 1;

Definition at line 243 of file GlopParameters.java.


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