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/gomory.cpp, Line: 322 #6997

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

ASSERTION VIOLATION, File: ../src/math/lp/gomory.cpp, Line: 322 #6997

merlinsun opened this issue Nov 16, 2023 · 0 comments

Comments

@merlinsun
Copy link

Hi,
For this following instance, z3 3baaba5 debug build

$ cat small.smt2 
(declare-fun b (Int) Int)
(declare-fun v () Int)
(assert (forall ((V Int)) (distinct false (exists ((a Int)) (> (+ a (b 0)) 1)))))
(assert (forall ((r Int)) (<= (+ v (* 3 r)) (/ 1 25))))
(assert (< (b 0) 0))
(check-sat)
$ z3 small.smt2 
ASSERTION VIOLATION
File: ../src/math/lp/gomory.cpp
Line: 322
is_int(v)
(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