Searched refs:rarc (Results 1 – 2 of 2) sorted by relevance
310 const ReverseArc &rarc = aiter.Value(); in ShortestPath() local311 Arc arc(rarc.ilabel, rarc.olabel, rarc.weight.Reverse(), rarc.nextstate); in ShortestPath()
358 const RevArc &rarc = aiter.Value();359 Arc arc(rarc.ilabel, rarc.olabel, rarc.weight.Reverse(), rarc.nextstate);