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 sparse_matrix_def.h:507 (opt, smt.arith.solver 3) #4135

Closed
rainoftime opened this issue Apr 28, 2020 · 0 comments
Closed

Comments

@rainoftime
Copy link
Contributor

rainoftime commented Apr 28, 2020

Hi, for the following formula

(set-logic QF_AUFNIA)
(set-option :smt.arith.solver 3)
(declare-const i2 Int)
(declare-const i5 Int)
(declare-const arr (Array Int Int))
(assert (= arr (store arr 14 i5) arr (store arr 14 i2) arr))
(minimize (+ i2 i5))
(check-sat)

z3 (commit 38e0968) throws an assertion violation

ASSERTION VIOLATION
File: ../src/math/simplex/sparse_matrix_def.h
Line: 507
!vars.contains(e.m_var)
(C)ontinue, (A)bort, (S)top, (T)hrow exception, Invoke (G)DB
@rainoftime rainoftime changed the title Assertion violation at sparse_matrix_def.h:507 Assertion violation at sparse_matrix_def.h:507 (opt, smt.arith.solver 3) Apr 28, 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