![]() |
Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
|
Public Member Functions | |
boolean | hasNumRemovedVisits () |
int | getNumRemovedVisits () |
Definition at line 8 of file RandomWalkRuinStrategyOrBuilder.java.
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;
Implemented in com.google.ortools.constraintsolver.RandomWalkRuinStrategy.Builder, and com.google.ortools.constraintsolver.RandomWalkRuinStrategy.
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;
Implemented in com.google.ortools.constraintsolver.RandomWalkRuinStrategy.Builder, and com.google.ortools.constraintsolver.RandomWalkRuinStrategy.