Package oracle.spatial.network.lod
Interface TspOptimizer
-
- All Known Implementing Classes:
Tsp2Opt
public interface TspOptimizer
- Since:
- release specific (what release of product did this appear in)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int[]
optimize(Matrix<double[]> pwcs, TSP.TourFlag tourFlag, TspConstraint constraint)
-
-
-
Method Detail
-
optimize
int[] optimize(Matrix<double[]> pwcs, TSP.TourFlag tourFlag, TspConstraint constraint) throws LODNetworkException
- Throws:
LODNetworkException
-
-