Skip to content

Soundness bug/Invalid model on simple formula #4100

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

Closed
wintered opened this issue Apr 25, 2020 · 0 comments
Closed

Soundness bug/Invalid model on simple formula #4100

wintered opened this issue Apr 25, 2020 · 0 comments

Comments

@wintered
Copy link

wintered commented Apr 25, 2020

Bizarrely the bug disappears when the unsat_core option is disabled. By replacing the (check-sat-using (then sat bv)) by (check-sat), I get unsat.

$z3release bug.smt2
sat
(error "line 4 column 30: an invalid model was generated")
$cat bug.smt2
(set-option :unsat_core true) 
(set-option :model_validate true) 
(assert (! (not (<= 0 0)) :named a)) 
(check-sat-using (then sat bv)) 

OS: Ubuntu 18.04
Commit: 785c9a1

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