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 at maxlex.cpp:162 (opt.maxsat_engine wmax, auto_config false, smt.case_split 3) #4235

Closed
rainoftime opened this issue May 7, 2020 · 0 comments

Comments

@rainoftime
Copy link
Contributor

Hi, for the following formula,

(set-logic QF_AUFBV)
(set-option :opt.maxsat_engine wmax)
(set-option :auto_config false)
(set-option :smt.case_split 3)
(declare-const v1 Bool)
(declare-const v20 Bool)
(assert-soft (or v1 v20))
(check-sat)

z3 (commit 1f15033) throws an assertion violation

ASSERTION VIOLATION
File: ../src/opt/maxlex.cpp
Line: 162
soft.value == l_true || m.limit().get_cancel_flag()
(C)ontinue, (A)bort, (S)top, (T)hrow exception, Invoke (G)DB
hgvk94 pushed a commit to hgvk94/z3 that referenced this issue May 7, 2020
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