Class Graph

java.lang.Object
li.selman.jpbe.datastructure.Graph

public class Graph extends Object
  • Method Details

    • intersect

      public Graph intersect(Graph other)
    • 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
    • toString

      public String toString()
      Overrides:
      toString in class Object