public interface IterationEndsListener extends VehicleRoutingAlgorithmListener
| Modifier and Type | Method and Description |
|---|---|
void |
informIterationEnds(int i,
VehicleRoutingProblem problem,
Collection<VehicleRoutingProblemSolution> solutions) |
void informIterationEnds(int i,
VehicleRoutingProblem problem,
Collection<VehicleRoutingProblemSolution> solutions)
Copyright © 2013–2019. All rights reserved.