| generateChildren(const T &sol, std::vector< T > &sols)=0 | mrpt::graphs::CAStarAlgorithm | [pure virtual] |
| getCost(const T &sol)=0 | mrpt::graphs::CAStarAlgorithm | [pure virtual] |
| getHeuristic(const T &sol)=0 | mrpt::graphs::CAStarAlgorithm | [pure virtual] |
| getOptimalSolution(const T &initialSol, T &finalSol, double upperLevel=HUGE_VAL, double maxComputationTime=HUGE_VAL) | mrpt::graphs::CAStarAlgorithm | [inline] |
| getTotalCost(const T &sol) | mrpt::graphs::CAStarAlgorithm | [inline, private] |
| isSolutionEnded(const T &sol)=0 | mrpt::graphs::CAStarAlgorithm | [pure virtual] |
| isSolutionValid(const T &sol)=0 | mrpt::graphs::CAStarAlgorithm | [pure virtual] |
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |