Package oracle.spatial.network.lod
Interface VRP
-
- All Known Implementing Classes:
VrpClusterAndRoute
public interface VRP
- Since:
- 12.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TspPath[]
vrp(PointOnNet[][] points, TSP.TourFlag tourFlag, int numVehicles, PointOnNet[][] depots, LODNetworkConstraint networkConstraint, TspConstraint tspConstraint)
-
-
-
Method Detail
-
vrp
TspPath[] vrp(PointOnNet[][] points, TSP.TourFlag tourFlag, int numVehicles, PointOnNet[][] depots, LODNetworkConstraint networkConstraint, TspConstraint tspConstraint) throws LODNetworkException
- Throws:
LODNetworkException
-
-