public static class SearchStrategy.DiscoveredSolution extends Object
| Constructor and Description |
|---|
DiscoveredSolution(VehicleRoutingProblemSolution solution,
boolean accepted,
String strategyId) |
| Modifier and Type | Method and Description |
|---|---|
VehicleRoutingProblemSolution |
getSolution() |
String |
getStrategyId() |
boolean |
isAccepted() |
String |
toString() |
public DiscoveredSolution(VehicleRoutingProblemSolution solution, boolean accepted, String strategyId)
public VehicleRoutingProblemSolution getSolution()
public boolean isAccepted()
public String getStrategyId()
Copyright © 2013–2019. All rights reserved.