Uses of Class
org.goplanit.algorithms.shortest.ShortestResultGeneralised
-
Packages that use ShortestResultGeneralised Package Description org.goplanit.algorithms.shortest Shortest Path algorithms for PlanIt -
-
Uses of ShortestResultGeneralised in org.goplanit.algorithms.shortest
Subclasses of ShortestResultGeneralised in org.goplanit.algorithms.shortest Modifier and Type Class Description class
ShortestBushResultGeneralised
Class that stores the result of a shortest bush execution allowing one to extract bushes or cost information for a given origin-to-vertex Note that we construct the bush in reverse order from destination to the origin via all viable paths to construct the bushclass
ShortestPathResultGeneralised
Class that stores the result of a shortest path execution allowing one to extract paths or cost information.
-