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

Public Member Functions

boolean hasNumRuinedRoutes ()
 
int getNumRuinedRoutes ()
 

Detailed Description

Member Function Documentation

◆ getNumRuinedRoutes()

int com.google.ortools.constraintsolver.SpatiallyCloseRoutesRuinStrategyOrBuilder.getNumRuinedRoutes ( )
Number of spatially close routes ruined at each ruin application.

optional uint32 num_ruined_routes = 3;

Returns
The numRuinedRoutes.

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

◆ hasNumRuinedRoutes()

boolean com.google.ortools.constraintsolver.SpatiallyCloseRoutesRuinStrategyOrBuilder.hasNumRuinedRoutes ( )
Number of spatially close routes ruined at each ruin application.

optional uint32 num_ruined_routes = 3;

Returns
Whether the numRuinedRoutes field is set.

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


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