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.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:46:17 UTC 2011 |