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
{{ message }}
This repository was archived by the owner on Apr 25, 2024. It is now read-only.
This PR removes the need for the `implication-every-block` parameter in
APR-related provers. The reasoning is as follows:
- if the `target` node is a `terminal` node, then subsumption into
target should be checked only for `terminal` nodes (equivalent to
previously setting `implication-every-block` to `false`)
- otherwise (and this is possible, for example, for internal functions),
subsumption into target is checked on every block ((equivalent to
previously setting `implication-every-block` to `true`).
I am assuming that this change requires changes to KEVM so that the
`implication-every-block` parameter is removed.
---------
Co-authored-by: devops <[email protected]>
0 commit comments