Uses of Class
com.graphhopper.routing.AbstractBidirAlgo
Packages that use AbstractBidirAlgo
-
Uses of AbstractBidirAlgo in com.graphhopper.routing
Subclasses of AbstractBidirAlgo in com.graphhopper.routingModifier and TypeClassDescriptionclass
Common subclass for bidirectional CH algorithms.class
class
Common subclass for bidirectional algorithms.class
This class implements the alternative paths search using the "plateau" and partially the "penalty" method described in the following papers.class
Minimum number-of-moving-parts implementation of alternative route search with contraction hierarchies.class
Minimum number-of-moving-parts implementation of alternative route search with contraction hierarchies.class
This class implements a bidirectional A* algorithm.class
class
class
Uses a very simple version of stall-on-demand (SOD) for CH queries to prevent exploring nodes that can not be part of a shortest path.class
class
class
Calculates best path in bidirectional way.