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

Public Member Functions

boolean hasSpatiallyCloseRoutes ()
 
com.google.ortools.constraintsolver.SpatiallyCloseRoutesRuinStrategy getSpatiallyCloseRoutes ()
 
com.google.ortools.constraintsolver.SpatiallyCloseRoutesRuinStrategyOrBuilder getSpatiallyCloseRoutesOrBuilder ()
 
boolean hasRandomWalk ()
 
com.google.ortools.constraintsolver.RandomWalkRuinStrategy getRandomWalk ()
 
com.google.ortools.constraintsolver.RandomWalkRuinStrategyOrBuilder getRandomWalkOrBuilder ()
 
boolean hasSisr ()
 
com.google.ortools.constraintsolver.SISRRuinStrategy getSisr ()
 
com.google.ortools.constraintsolver.SISRRuinStrategyOrBuilder getSisrOrBuilder ()
 
com.google.ortools.constraintsolver.RuinStrategy.StrategyCase getStrategyCase ()
 

Detailed Description

Definition at line 8 of file RuinStrategyOrBuilder.java.

Member Function Documentation

◆ getRandomWalk()

com.google.ortools.constraintsolver.RandomWalkRuinStrategy com.google.ortools.constraintsolver.RuinStrategyOrBuilder.getRandomWalk ( )

.operations_research.RandomWalkRuinStrategy random_walk = 2;

Returns
The randomWalk.

Implemented in com.google.ortools.constraintsolver.RuinStrategy.Builder, and com.google.ortools.constraintsolver.RuinStrategy.

◆ getRandomWalkOrBuilder()

com.google.ortools.constraintsolver.RandomWalkRuinStrategyOrBuilder com.google.ortools.constraintsolver.RuinStrategyOrBuilder.getRandomWalkOrBuilder ( )

.operations_research.RandomWalkRuinStrategy random_walk = 2;

Implemented in com.google.ortools.constraintsolver.RuinStrategy.Builder, and com.google.ortools.constraintsolver.RuinStrategy.

◆ getSisr()

com.google.ortools.constraintsolver.SISRRuinStrategy com.google.ortools.constraintsolver.RuinStrategyOrBuilder.getSisr ( )

.operations_research.SISRRuinStrategy sisr = 3;

Returns
The sisr.

Implemented in com.google.ortools.constraintsolver.RuinStrategy.Builder, and com.google.ortools.constraintsolver.RuinStrategy.

◆ getSisrOrBuilder()

com.google.ortools.constraintsolver.SISRRuinStrategyOrBuilder com.google.ortools.constraintsolver.RuinStrategyOrBuilder.getSisrOrBuilder ( )

.operations_research.SISRRuinStrategy sisr = 3;

Implemented in com.google.ortools.constraintsolver.RuinStrategy.Builder, and com.google.ortools.constraintsolver.RuinStrategy.

◆ getSpatiallyCloseRoutes()

com.google.ortools.constraintsolver.SpatiallyCloseRoutesRuinStrategy com.google.ortools.constraintsolver.RuinStrategyOrBuilder.getSpatiallyCloseRoutes ( )

.operations_research.SpatiallyCloseRoutesRuinStrategy spatially_close_routes = 1;

Returns
The spatiallyCloseRoutes.

Implemented in com.google.ortools.constraintsolver.RuinStrategy.Builder, and com.google.ortools.constraintsolver.RuinStrategy.

◆ getSpatiallyCloseRoutesOrBuilder()

com.google.ortools.constraintsolver.SpatiallyCloseRoutesRuinStrategyOrBuilder com.google.ortools.constraintsolver.RuinStrategyOrBuilder.getSpatiallyCloseRoutesOrBuilder ( )

.operations_research.SpatiallyCloseRoutesRuinStrategy spatially_close_routes = 1;

Implemented in com.google.ortools.constraintsolver.RuinStrategy.Builder, and com.google.ortools.constraintsolver.RuinStrategy.

◆ getStrategyCase()

◆ hasRandomWalk()

boolean com.google.ortools.constraintsolver.RuinStrategyOrBuilder.hasRandomWalk ( )

.operations_research.RandomWalkRuinStrategy random_walk = 2;

Returns
Whether the randomWalk field is set.

Implemented in com.google.ortools.constraintsolver.RuinStrategy.Builder, and com.google.ortools.constraintsolver.RuinStrategy.

◆ hasSisr()

boolean com.google.ortools.constraintsolver.RuinStrategyOrBuilder.hasSisr ( )

.operations_research.SISRRuinStrategy sisr = 3;

Returns
Whether the sisr field is set.

Implemented in com.google.ortools.constraintsolver.RuinStrategy.Builder, and com.google.ortools.constraintsolver.RuinStrategy.

◆ hasSpatiallyCloseRoutes()

boolean com.google.ortools.constraintsolver.RuinStrategyOrBuilder.hasSpatiallyCloseRoutes ( )

.operations_research.SpatiallyCloseRoutesRuinStrategy spatially_close_routes = 1;

Returns
Whether the spatiallyCloseRoutes field is set.

Implemented in com.google.ortools.constraintsolver.RuinStrategy.Builder, and com.google.ortools.constraintsolver.RuinStrategy.


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