public interface SolutionCostCalculator
It evaluates VehicleRoutingProblemSolution and returns its costs.
| Modifier and Type | Method and Description |
|---|---|
double |
getCosts(VehicleRoutingProblemSolution solution)
Returns costs of solution.
|
double getCosts(VehicleRoutingProblemSolution solution)
solution - Copyright © 2013–2024. All rights reserved.