| generateChildren(const T &sol, std::vector< T > &sols)=0 | mrpt::math::CAStarAlgorithm< T > | [pure virtual] |
| getCost(const T &sol)=0 | mrpt::math::CAStarAlgorithm< T > | [pure virtual] |
| getHeuristic(const T &sol)=0 | mrpt::math::CAStarAlgorithm< T > | [pure virtual] |
| getOptimalSolution(const T &initialSol, T &finalSol, double upperLevel=HUGE_VAL, double maxComputationTime=HUGE_VAL) | mrpt::math::CAStarAlgorithm< T > | [inline] |
| getTotalCost(const T &sol) | mrpt::math::CAStarAlgorithm< T > | [inline, private] |
| isSolutionEnded(const T &sol)=0 | mrpt::math::CAStarAlgorithm< T > | [pure virtual] |
| isSolutionValid(const T &sol)=0 | mrpt::math::CAStarAlgorithm< T > | [pure virtual] |
| Page generated by Doxygen 1.6.1 for MRPT 0.9.0 SVN: at Mon Jun 7 06:47:58 UTC 2010 |