Class AStarThread.MemoryEfficient<H extends nl.tue.astar.Head,​T extends nl.tue.astar.Tail>

    • Constructor Detail

      • MemoryEfficient

        public MemoryEfficient​(MemoryEfficientAStarAlgorithm<H,​T> algorithm,
                               H initialHead,
                               nl.tue.astar.Trace trace,
                               int maxStates)
                        throws nl.tue.astar.AStarException
        Throws:
        nl.tue.astar.AStarException