public class Graph
extends Object
-
Method Summary
Finds the optimal path from S to T.
-
Method Details
-
-
computeLocalOptimaPath
public List<Edge> computeLocalOptimaPath()
Finds the optimal path from S to T.
- Returns:
- direct path of edges from start to end or an empty list
-