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

SMT errors when running without /prune #813

Open
atomb opened this issue Nov 21, 2023 · 0 comments
Open

SMT errors when running without /prune #813

atomb opened this issue Nov 21, 2023 · 0 comments
Labels

Comments

@atomb
Copy link
Collaborator

atomb commented Nov 21, 2023

The test file Test/dafny/dafny-issue-4804.dfy introduced in PR #812 results in SMT errors when run without /prune.

$ dotnet Source/BoogieDriver/bin/Debug/net6.0/BoogieDriver.dll /proverOpt:O:auto_config=false /proverOpt:O:type_check=true /proverOpt:O:smt.qi.eager_threshold=100 /proverOpt:O:smt.delay_units=true /rlimit:10000 Test/dafny/dafny-issue-4804.bpl

Prover error: line 6647 column 7: push canceled

Prover error: line 3314 column 60: invalid declaration, constant '$_ModifiesFrame@0' (with the given signature) already declared

Prover error: line 3315 column 26: invalid declaration, constant 'e1#0' (with the given signature) already declared
@atomb atomb added the bug label Nov 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant