Defined in File GraphDistance.hpp
Public Functions
Default destructor
Returns the distance between u and v in Graph g i.e., the length of the shortest path between the two. Zero if u = v, maximal possible value if no path exists.
g – The graph.
u – Endpoint of edge.
v – Endpoint of edge.
The distance between u and v.