de.cm.osm2po.tsp
Interface TspMatrix

All Known Implementing Classes:
TspDefaultMatrix

public interface TspMatrix

Interface fuer eine Kostenmatrix, die spaeter mittels eines TspSolver zu einem TSP optimiert / geloest wird.

Author:
(c) 2013 - Carsten Moeller - info@osm2po

Method Summary
 float[][] getCosts()
           
 int[][][] getPaths()
           
 

Method Detail

getCosts

float[][] getCosts()

getPaths

int[][][] getPaths()

osm2po-core-4.8.8 (c) 2012 Carsten Moeller - info@osm2po.de