$graph
$graph : object
Reference to the graph.
Class defining the Floyd-Warshall algorithm.
__construct(\GraphDS\Graph\Graph $graph)
Constructor for the Floyd-Warshall algorithm.
| \GraphDS\Graph\Graph | $graph | The graph to which the Floyd-Warshall should be applied |