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

Public Member Functions

boolean hasNumRemovedVisits ()
 
int getNumRemovedVisits ()
 

Detailed Description

Definition at line 8 of file RandomWalkRuinStrategyOrBuilder.java.

Member Function Documentation

◆ getNumRemovedVisits()

int com.google.ortools.constraintsolver.RandomWalkRuinStrategyOrBuilder.getNumRemovedVisits ( )
Number of visits removed during a ruin application defined on visits.
Note that pickup and delivery pairs are considered as a single entity,
i.e., the removal of a pickup (respectively delivery) causes the removal of
the associated delivery (respectively pickup) and it counts as a single
removal.

optional uint32 num_removed_visits = 7;

Returns
The numRemovedVisits.

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

◆ hasNumRemovedVisits()

boolean com.google.ortools.constraintsolver.RandomWalkRuinStrategyOrBuilder.hasNumRemovedVisits ( )
Number of visits removed during a ruin application defined on visits.
Note that pickup and delivery pairs are considered as a single entity,
i.e., the removal of a pickup (respectively delivery) causes the removal of
the associated delivery (respectively pickup) and it counts as a single
removal.

optional uint32 num_removed_visits = 7;

Returns
Whether the numRemovedVisits field is set.

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


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