Class AllSamplingOptAlignmentsGraphThread.CPUEfficient<H extends nl.tue.astar.Head,​T extends nl.tue.astar.Tail>

    • Constructor Detail

      • CPUEfficient

        public CPUEfficient​(nl.tue.astar.Delegate<H,​T> delegate,
                            gnu.trove.map.TObjectIntMap<H> head2int,
                            java.util.List<nl.tue.astar.impl.State<H,​T>> stateList,
                            H initialHead,
                            nl.tue.astar.Trace trace,
                            int maxStates)
                     throws nl.tue.astar.AStarException
        Throws:
        nl.tue.astar.AStarException