Home | History | Annotate | Download | only in lib

Lines Matching refs:arcs

68   // Compute arcs and final weight for state 's'
71 // Returns arcs of expanded state.
72 vector<Arc> &Arcs() { return arcs_; }
121 // in the arcs vector of the state being expanded. 'e' corresponds
129 vector<Arc> arcs_; // Arcs of state being expanded
252 vector<Arc> &arcs = rmeps_state.Arcs();
253 while (!arcs.empty()) {
254 fst->AddArc(state, arcs.back());
255 arcs.pop_back();
281 // where V = # of states visited, E = # of arcs.
390 vector<A> &arcs = rmeps_state_.Arcs();
391 while (!arcs.empty()) {
392 AddArc(s, arcs.back());
393 arcs.pop_back();
418 // where v = # of states visited, e = # of arcs visited. Constant time