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 src/math/simplex/model_based_opt.cpp:1094 #3835

Closed
rainoftime opened this issue Apr 7, 2020 · 1 comment
Closed

Comments

@rainoftime
Copy link
Contributor

rainoftime commented Apr 7, 2020

Hi, for the following formula

(set-logic HORN)
(set-option :smt.phase_selection 1)
(set-option :fp.datalog.subsumption false)
(assert (forall ((q19 Int) (q20 Int) (q21 Int) (q22 Bool)) false))
(assert (forall ((q23 Int) (q24 Int) (q25 Bool)) false))
(assert (forall ((q32 Int) (q33 Int) (q34 Int) (q35 Bool)) false))
(assert (forall ((q43 Int) (q44 Int) (q45 Int) (q46 Bool)) false))
(assert (forall ((q112 Int) (q113 Bool)) false))
(assert (forall ((q120 Int) (q121 Bool)) (> (mod q120 (- 0 505 0)) q120)))
(check-sat)

z3 cb13641 throws an assertion violation

File: src/math/simplex/model_based_opt.cpp:1094
Line: 1094
u.is_nonneg() && u < D
@rainoftime rainoftime changed the title Assertion violation at src/math/simplex/model_based_opt.cpp Assertion violation at src/math/simplex/model_based_opt.cpp:1094 Apr 7, 2020
@rainoftime
Copy link
Contributor Author

Dup with #3809. Will append to it.

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