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 File: ../src/math/lp/gomory.cpp, Line: 191 #6986

Closed
merlinsun opened this issue Nov 8, 2023 · 0 comments
Closed

ASSERTION VIOLATION at File: ../src/math/lp/gomory.cpp, Line: 191 #6986

merlinsun opened this issue Nov 8, 2023 · 0 comments

Comments

@merlinsun
Copy link

Hi,
For this instance, z3 e6385f8 debug build

$ cat small.smt2 
(declare-const x Real)
(push)
(assert (forall ((v Real)) (< (div (* 13 v) 4 x (* v (- 6)) 0.0) 0)))
(check-sat)
$ z3 small.smt2 
ASSERTION VIOLATION
File: ../src/math/lp/gomory.cpp
Line: 191
!is_int(v) || c.is_int()
(C)ontinue, (A)bort, (S)top, (T)hrow exception, Invoke (G)DB
a
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