Constructor and Description |
---|
VrpClusterAndRoute(PointClustering clusteringAlgo, TSP tspAlgo) |
Modifier and Type | Method and Description |
---|---|
TspPath[] |
vrp(PointOnNet[][] points, TSP.TourFlag tourFlag, int numVehicles, PointOnNet[][] depots, LODNetworkConstraint networkConstraint, TspConstraint tspConstraint) |
public VrpClusterAndRoute(PointClustering clusteringAlgo, TSP tspAlgo)
public TspPath[] vrp(PointOnNet[][] points, TSP.TourFlag tourFlag, int numVehicles, PointOnNet[][] depots, LODNetworkConstraint networkConstraint, TspConstraint tspConstraint) throws LODNetworkException
vrp
in interface VRP
LODNetworkException