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

Boogie doesn't send timeLimit to CVC5 #798

Open
atomb opened this issue Oct 16, 2023 · 0 comments
Open

Boogie doesn't send timeLimit to CVC5 #798

atomb opened this issue Oct 16, 2023 · 0 comments
Assignees
Labels

Comments

@atomb
Copy link
Collaborator

atomb commented Oct 16, 2023

$ boogie -proverOpt:SOLVER=cvc5  -trace -timeLimit:10 -proverOpt:BATCH_MODE=true -typeEncoding:p Test/textbook/BQueue.bpl
Parsing Test/textbook/BQueue.bpl
Coalescing blocks...
Inlining...

Verifying MakeQueue ...
[TRACE] Using prover: cvc5
[TRACE] Running in batch mode.
  [3.244 s, solver resource count: 0, 7 proof obligations]  verified

Verifying IsEmpty ...
  [0.099 s, solver resource count: 0, 1 proof obligation]  verified

Verifying Enqueue ...
<hangs for more than 10s>
@atomb atomb changed the title Boogie doesn't sent timeLimit to CVC5 Boogie doesn't send timeLimit to CVC5 Oct 16, 2023
@atomb atomb self-assigned this Oct 17, 2023
@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