Skip to content
This repository was archived by the owner on Apr 25, 2024. It is now read-only.
This repository was archived by the owner on Apr 25, 2024. It is now read-only.

KCFGExploration.prune and APRProof.prune need updated #625

@ehildenb

Description

@ehildenb

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:

image

Now:

image

In particular: APRProof.prune(...) should automatically add the init and target nodes to the keep_nodes list that is passed to KCFGExploration.prune(...).

This is blocking the KEVM update from pyk: runtimeverification/evm-semantics#2041

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions