public float[][] getAPSDistancesArr() {
   return allPairsShortestPath.getDistancesArr();
 }