| Class | Description |
|---|---|
| AbstractPDelegate<T extends nl.tue.astar.Tail> | |
| AbstractPILPDelegate<T extends nl.tue.astar.Tail> | |
| AStarRestrictedMoveModelThread<H extends nl.tue.astar.Head,T extends nl.tue.astar.Tail> | |
| AStarRestrictedMoveModelThread.CPUEfficient<H extends nl.tue.astar.Head,T extends nl.tue.astar.Tail> |
CPU efficient variant of the Stubborn set implementation
|
| AStarRestrictedMoveModelThread.MemoryEfficient<H extends nl.tue.astar.Head,T extends nl.tue.astar.Tail> |
Memory efficient variant of the Stubborn set implementation
|
| DijkstraPDelegate | |
| PDelegate | |
| PHead |
The head is basically two vectors, one for the marking and one for the parikh
vector.
|
| PHead.HashContainer | |
| PHeadCompressor<T extends nl.tue.astar.Tail> | |
| PHeadUnique | |
| PHeadUniqueDijkstraCompressor | |
| PHeadUniqueILPCompressor | |
| PILPDelegate | |
| PILPTail | |
| PILPTailCompressor | |
| PNaiveDelegate | |
| PNaiveTail |
Implementation of the tail that implements the estimate equal to the cost of
all synchronous moves
|
| PRecord |