You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It may be necessary at some point to add a new NonDetGoTo (or similar) class to the IR, a subclass of Jump. It should have multiple targets, and be translated to Boogie as `goto target1, target2, target3;' which is how Boogie represents non-deterministic jumps.
The text was updated successfully, but these errors were encountered:
It may be necessary at some point to add a new NonDetGoTo (or similar) class to the IR, a subclass of Jump. It should have multiple targets, and be translated to Boogie as `goto target1, target2, target3;' which is how Boogie represents non-deterministic jumps.
The text was updated successfully, but these errors were encountered: