public class MemoryEfficientAStarAlgorithm<H extends nl.tue.astar.Head,T extends nl.tue.astar.Tail>
extends java.lang.Object
Constructor and Description |
---|
MemoryEfficientAStarAlgorithm(nl.tue.astar.impl.memefficient.StorageAwareDelegate<H,T> delegate) |
MemoryEfficientAStarAlgorithm(nl.tue.astar.impl.memefficient.StorageAwareDelegate<H,T> delegate,
int blocksize,
int initialCapacity,
int alignment) |
Modifier and Type | Method and Description |
---|---|
nl.tue.astar.impl.memefficient.StorageAwareDelegate<H,T> |
getDelegate() |
nl.tue.storage.CompressedHashSet<nl.tue.astar.impl.State<H,T>> |
getStatespace() |
nl.tue.storage.CompressedStore<nl.tue.astar.impl.State<H,T>> |
getStore() |