Esempio n. 1
0
 public bool PathExists(TVertexId sourceVertexId, TVertexId targetVertexId)
 {
     return(_graph.PathExists(sourceVertexId, targetVertexId));
 }