Home | History | Annotate | Download | only in lib

Lines Matching refs:arcs

66   // Compute arcs and final weight for state 's'
69 // Returns arcs of expanded state.
70 vector<Arc> &Arcs() { return arcs_; }
119 // in the arcs vector of the state being expanded. 'e' corresponds
127 vector<Arc> arcs_; // Arcs of state being expanded
250 vector<Arc> &arcs = rmeps_state.Arcs();
251 while (!arcs.empty()) {
252 fst->AddArc(state, arcs.back());
253 arcs.pop_back();
279 // where V = # of states visited, E = # of arcs.
388 vector<A> &arcs = rmeps_state_.Arcs();
389 while (!arcs.empty()) {
390 AddArc(s, arcs.back());
391 arcs.pop_back();
416 // where v = # of states visited, e = # of arcs visited. Constant time