Home | History | Annotate | Download | only in pdt

Lines Matching defs:SP

362     reverse_shortest_path_ = new SP(
477 typedef PdtShortestPath<Arc, FifoQueue<StateId> > SP;
478 typedef typename SP::CloseParenMultimap ParenMultimap;
479 SP *reverse_shortest_path_; // Shortest path for rfst_
549 typename SP::SearchState s(source + 1, dest + 1);