Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing refuted goals #341

Open
ccasin opened this issue Aug 25, 2021 · 0 comments
Open

Missing refuted goals #341

ccasin opened this issue Aug 25, 2021 · 0 comments
Assignees

Comments

@ccasin
Copy link
Collaborator

ccasin commented Aug 25, 2021

Sometimes when using --show=paths or --show=refuted-goals, wp fails to find a refuted goal. Our examples at the moment all involve loop invariants.

I have pushed a branch where I see this behavior:

https://github.com/draperlaboratory/cbat_tools/tree/ccasin/missing-goal

Running run_wp.sh in wp/resources/sample_binaries/loop_invariant/sum_array gives me the following output:

missing-goal-output.txt

The only change I've made to fortunac/loop-invariant-testing (commit 0c20040) is that I added a precondition:

(assert
   (and (= init_RDI #x0000000000000001)
        (= init_RSI #x4000000000000000)))

@fortunac Can you see if you can reproduce when you have a minute?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants