Esempio n. 1
0
 public float GetEdgeWeight(Vertex <T> v1, Vertex <T> v2)
 {
     return(_adjacencyMatrix.GetEdgeWeight(v1.Index, v2.Index));
 }