Package | Description |
---|---|
com.google.ortools.constraintsolver |
Modifier and Type | Class and Description |
---|---|
class |
RandomWalkRuinStrategy
Ruin strategy that removes a number of customers by performing a random walk
on the underlying routing solution.
|
static class |
RandomWalkRuinStrategy.Builder
Ruin strategy that removes a number of customers by performing a random walk
on the underlying routing solution.
|
Modifier and Type | Method and Description |
---|---|
RandomWalkRuinStrategyOrBuilder |
RuinStrategyOrBuilder.getRandomWalkOrBuilder()
.operations_research.RandomWalkRuinStrategy random_walk = 2; |
RandomWalkRuinStrategyOrBuilder |
RuinStrategy.getRandomWalkOrBuilder()
.operations_research.RandomWalkRuinStrategy random_walk = 2; |
RandomWalkRuinStrategyOrBuilder |
RuinStrategy.Builder.getRandomWalkOrBuilder()
.operations_research.RandomWalkRuinStrategy random_walk = 2; |
Copyright © 2025. All rights reserved.