fr.inria.opengve.bridge.algorithms.common.shortestPath
Class FloydWarshall<V,E extends Link<V>,G extends Graph<V,E>>

java.lang.Object
  extended by fr.inria.opengve.bridge.algorithms.common.shortestPath.FloydWarshall<V,E,G>

public abstract class FloydWarshall<V,E extends Link<V>,G extends Graph<V,E>>
extends java.lang.Object

This class is the implementation of the Floyd-Warshall algorithms. After construction some initialization are need before computation.

  • Initialize Algorithm :