d, an integer, The distance between vertexSet v and u
Description
The distance between two vertexSet is calculated as the number of edges in the shortest path between the two vertexSet. If the two vertexSet are not connected, the distance between them is infinity by convention.
i1 : G = graph({{1,2},{2,3},{3,4}},EntryMode=>"edges");