Package oracle.spatial.network.lod
Class VrpClusterAndRoute
- java.lang.Object
-
- oracle.spatial.network.lod.VrpClusterAndRoute
-
-
Constructor Summary
Constructors Constructor Description VrpClusterAndRoute(PointClustering clusteringAlgo, TSP tspAlgo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TspPath[]
vrp(PointOnNet[][] points, TSP.TourFlag tourFlag, int numVehicles, PointOnNet[][] depots, LODNetworkConstraint networkConstraint, TspConstraint tspConstraint)
-
-
-
Constructor Detail
-
VrpClusterAndRoute
public VrpClusterAndRoute(PointClustering clusteringAlgo, TSP tspAlgo)
-
-
Method Detail
-
vrp
public TspPath[] vrp(PointOnNet[][] points, TSP.TourFlag tourFlag, int numVehicles, PointOnNet[][] depots, LODNetworkConstraint networkConstraint, TspConstraint tspConstraint) throws LODNetworkException
- Specified by:
vrp
in interfaceVRP
- Throws:
LODNetworkException
-
-