Skip to content

Boogie

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Mar 22:27
· 71 commits to master since this release
11660fd
Reset predecessors before focusing (#856)

There are two calls to `FocusAndSplit` in Boogie. Before one, there was
already a call to `ResetPredecessors`, but not before the other. Now
they both work on an implementation where the `Predecessors` attributes
has been reset.

---------

Co-authored-by: Remy Willems <rwillems@amazon.com>