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

Assertion violation in sat_integrity_checker.cpp:110 #7532

Closed
r0ayane opened this issue Jan 27, 2025 · 0 comments
Closed

Assertion violation in sat_integrity_checker.cpp:110 #7532

r0ayane opened this issue Jan 27, 2025 · 0 comments

Comments

@r0ayane
Copy link

r0ayane commented Jan 27, 2025

Hi! For the following instance, z3 with options sat.gc=dyn_psm and sat.gc.initial=100 throws out an assertion violation.

$ cat reduced.smt
(declare-fun a () Int)
(declare-fun b () Int)
(assert (< 1 (* b b a)))
(check-sat)
$ ./z3 reduced.smt 
sat
$ ./z3 reduced.smt sat.gc=dyn_psm sat.gc.initial=100
ASSERTION VIOLATION
File: ../src/sat/sat_integrity_checker.cpp
Line: 110
Failed to verify: num_frozen == s.m_num_frozen

Version: 4.13.4
Commit: 6f24123

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