Interface Traverser<G extends DirectedGraph<S>,​S,​R>

    • Method Detail

      • enter

        R enter​(G graph,
                S state,
                R previous)
      • isSolution

        boolean isSolution​(R result)