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

issues with the qe_rec tactic #6302

Closed
zhendongsu opened this issue Aug 25, 2022 · 1 comment
Closed

issues with the qe_rec tactic #6302

zhendongsu opened this issue Aug 25, 2022 · 1 comment

Comments

@zhendongsu
Copy link

OS: Ubuntu 18.04
Commit: 6c165e8

[570] % z3release small.smt2 
ASSERTION VIOLATION
File: ../src/math/simplex/model_based_opt.cpp
Line: 1655
UNEXPECTED CODE WAS REACHED.
Z3 4.11.1.0
Please file an issue with this message and more detail about how you encountered it at https://github.com/Z3Prover/z3/issues/new
[571] % cat small.smt2 
(assert (forall ((v Int)) (or (= 0 (div v 1)) (distinct 0 (mod v 2)))))
(check-sat-using qe_rec)
@zhendongsu
Copy link
Author

Appears to be a hang:

[580] % timeout -s 9 30 z3release small.smt2 
Killed
[581] % cat small.smt2 
(assert (forall ((v Int)) (or (= 0 (mod v 2)) (= 0 (div v 2)))))
(check-sat-using qe_rec)

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

1 participant