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.
In #601, the functionality of APRProof.prune changed. Before, it would not accidentally remove the init/target nodes, now it will allow the user to do that. Additionally, if the user uses the default behavior (without listing nodes to remove) it should automatically remove those from the nodes to consider for removal.
Before, in reachability.py:
Now:
In particular: APRProof.prune(...) should automatically add the init and target nodes to the keep_nodes list that is passed to KCFGExploration.prune(...).
In #601, the functionality of
APRProof.prune
changed. Before, it would not accidentally remove the init/target nodes, now it will allow the user to do that. Additionally, if the user uses the default behavior (without listing nodes to remove) it should automatically remove those from the nodes to consider for removal.Before, in
reachability.py
:Now:
In particular:
APRProof.prune(...)
should automatically add theinit
andtarget
nodes to thekeep_nodes
list that is passed toKCFGExploration.prune(...)
.This is blocking the KEVM update from pyk: runtimeverification/evm-semantics#2041
The text was updated successfully, but these errors were encountered: