Uses of Interface
nl.tue.astar.impl.memefficient.TailInflater
-
Packages that use TailInflater Package Description nl.tue.astar.impl nl.tue.astar.impl.memefficient -
-
Uses of TailInflater in nl.tue.astar.impl
Classes in nl.tue.astar.impl that implement TailInflater Modifier and Type Class Description classDijkstraTailImplementation of the tail that implements the Dijkstra estimate for the AStar, i.e. -
Uses of TailInflater in nl.tue.astar.impl.memefficient
Methods in nl.tue.astar.impl.memefficient that return TailInflater Modifier and Type Method Description TailInflater<T>StorageAwareDelegate. getTailInflater()
-