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

Detailed Description

Definition at line 53 of file RuinStrategy.java.

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)

Member Function Documentation

◆ forNumber()

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

Definition at line 74 of file RuinStrategy.java.

◆ getNumber()

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

Definition at line 83 of file RuinStrategy.java.

◆ valueOf()

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 70 of file RuinStrategy.java.

Member Data Documentation

◆ RANDOM_WALK

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

Definition at line 57 of file RuinStrategy.java.

◆ SISR

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

Definition at line 58 of file RuinStrategy.java.

◆ SPATIALLY_CLOSE_ROUTES

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

Definition at line 56 of file RuinStrategy.java.

◆ STRATEGY_NOT_SET

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

Definition at line 59 of file RuinStrategy.java.


The documentation for this enum was generated from the following file:
  • build/java/ortools-java/src/main/java/com/google/ortools/constraintsolver/RuinStrategy.java