Interface ITabulationWorklist<T>

  • Type Parameters:
    T - represents type of nodes in the supergraph.
    All Known Implementing Classes:
    TabulationSolver.Worklist

    public interface ITabulationWorklist<T>
    • Method Detail

      • take

        PathEdge<T> take()
        Returns:
        the first object in the priority queue
      • size

        int size()