#include <fst/queue.h>
Inherits ShortestFirstQueue< S, AStarWeightCompare< S, NaturalLess< W >, E > >.

Public Types | |
| typedef AStarWeightCompare< S, NaturalLess< W >, E > | C |
Public Member Functions | |
| NaturalAStarQueue (const vector< W > &distance, const E &estimate) | |
A* queue discipline, templated on the StateId, Weight and an estimate E of the shortest distance to the final states, is specialized to use the weight's natural order for the comparison function.
Definition at line 772 of file queue.h.
| typedef AStarWeightCompare<S, NaturalLess<W>, E> fst::NaturalAStarQueue< S, W, E >::C |
| fst::NaturalAStarQueue< S, W, E >::NaturalAStarQueue | ( | const vector< W > & | distance, | |
| const E & | estimate | |||
| ) | [inline] |
1.7.1