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, File: ../src/math/lp/lar_solver.cpp, Line: 1161 #7032

Closed
zhendongsu opened this issue Dec 2, 2023 · 0 comments
Closed

Comments

@zhendongsu
Copy link

[608] % z3debug small.smt2
ASSERTION VIOLATION
File: ../src/math/lp/lar_solver.cpp
Line: 1161
!column_is_int(j) || v.is_int()
(C)ontinue, (A)bort, (S)top, (T)hrow exception, Invoke (G)DB
a
[609] % cat small.smt2
(set-option :smt.arith.ignore_int true)
(declare-fun a () Real)
(declare-fun b () Real)
(assert (< a (* (to_real (mod 0 0)) (ite (< a (* a b) (to_real (mod 0 0))) 2 0)) 0))
(check-sat)
NikolajBjorner added a commit that referenced this issue Dec 2, 2023
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
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

2 participants