Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
com.google.ortools.constraintsolver.RuinStrategy.StrategyCase Enum Reference
Inheritance diagram for com.google.ortools.constraintsolver.RuinStrategy.StrategyCase:

Public Member Functions

int getNumber ()
 

Static Public Member Functions

static StrategyCase valueOf (int value)
 
static StrategyCase forNumber (int value)
 

Public Attributes

 SPATIALLY_CLOSE_ROUTES =(1)
 
 RANDOM_WALK =(2)
 
 SISR =(3)
 
 STRATEGY_NOT_SET =(0)
 

Detailed Description

Definition at line 52 of file RuinStrategy.java.

Member Function Documentation

◆ forNumber()

static StrategyCase com.google.ortools.constraintsolver.RuinStrategy.StrategyCase.forNumber ( int value)
static

Definition at line 73 of file RuinStrategy.java.

◆ getNumber()

int com.google.ortools.constraintsolver.RuinStrategy.StrategyCase.getNumber ( )

Definition at line 82 of file RuinStrategy.java.

◆ valueOf()

static StrategyCase com.google.ortools.constraintsolver.RuinStrategy.StrategyCase.valueOf ( int value)
static
Parameters
valueThe number of the enum to look for.
Returns
The enum associated with the given number.
Deprecated
Use forNumber(int) instead.

Definition at line 69 of file RuinStrategy.java.

Member Data Documentation

◆ RANDOM_WALK

com.google.ortools.constraintsolver.RuinStrategy.StrategyCase.RANDOM_WALK =(2)

Definition at line 56 of file RuinStrategy.java.

◆ SISR

com.google.ortools.constraintsolver.RuinStrategy.StrategyCase.SISR =(3)

Definition at line 57 of file RuinStrategy.java.

◆ SPATIALLY_CLOSE_ROUTES

com.google.ortools.constraintsolver.RuinStrategy.StrategyCase.SPATIALLY_CLOSE_ROUTES =(1)

Definition at line 55 of file RuinStrategy.java.

◆ STRATEGY_NOT_SET

com.google.ortools.constraintsolver.RuinStrategy.StrategyCase.STRATEGY_NOT_SET =(0)

Definition at line 58 of file RuinStrategy.java.


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