Support control flow in LookaheadSwap
#9429
Labels
mod: transpiler
Issues and PRs related to Transpiler
priority: low
type: feature request
New feature or request
What should we add?
Low priority component of #9417.
Similar to #9419 for
SabreSwap
, it would be nice to bring all our available routing methods up-to-speed with control flow. See #9419 for more details on the current algorithm we have for routing control flow. SinceLookaheadSwap
is pure Python, its implementation would likely be very close toStochasticSwap
's, and could hopefully re-use a lot of code.This is low priority, since
lookahead
is a barely-used version of routing, and we're fairly sure it has latent bugs even in non-control-flow contexts.The text was updated successfully, but these errors were encountered: