コード例 #1
0
 public void StartFloydWarshall()
 {
     GraphOperations.FloydWarshall(GraphManager.g, GraphManager.VertexList[SelectedIndexSource], GraphManager.VertexList[SelectedIndexDest]);
     SceneManager.LoadScene(GraphManager.ShortestPath[0].SceneNumber);
 }