Searched refs:StateWeightCompare (Results 1 – 1 of 1) sorted by relevance
276 class StateWeightCompare {282 StateWeightCompare(const vector<Weight>& weights, const L &less) in StateWeightCompare() function299 public ShortestFirstQueue<S, StateWeightCompare<S, NaturalLess<W> > > {301 typedef StateWeightCompare<S, NaturalLess<W> > C;546 typedef StateWeightCompare< StateId, NaturalLess<Weight> > Compare; in AutoQueue()