| Package | Description |
|---|---|
| com.graphhopper.jsprit.core.analysis | |
| com.graphhopper.jsprit.core.util |
| Constructor and Description |
|---|
SolutionAnalyser(VehicleRoutingProblem vrp,
VehicleRoutingProblemSolution solution,
SolutionCostCalculator solutionCostCalculator,
TransportDistance distanceCalculator) |
SolutionAnalyser(VehicleRoutingProblem vrp,
VehicleRoutingProblemSolution solution,
TransportDistance distanceCalculator) |
| Modifier and Type | Class and Description |
|---|---|
class |
CrowFlyCosts |
class |
EuclideanCosts |
class |
FastVehicleRoutingTransportCostsMatrix
CostMatrix that allows pre-compiled time and distance-matrices to be considered as
VehicleRoutingTransportCosts
in the VehicleRoutingProblem. |
class |
GreatCircleCosts |
class |
ManhattanCosts |
Copyright © 2013–2016. All rights reserved.