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/tsolvers/lasolver/Simplex.cc:415 #66

Closed
rainoftime opened this issue Mar 27, 2020 · 1 comment
Closed

Assertion violation at src/tsolvers/lasolver/Simplex.cc:415 #66

rainoftime opened this issue Mar 27, 2020 · 1 comment
Assignees

Comments

@rainoftime
Copy link

rainoftime commented Mar 27, 2020

Hi, for the following instance

(set-logic QF_LIA)
(declare-fun v0 () Bool)
(declare-fun i2 () Int)
(declare-fun i4 () Int)
(declare-fun i6 () Int)
(declare-fun i9 () Int)
(push 1)
(declare-fun v9 () Bool)
(assert (distinct v9 (= (< 68 i9) (< 68 i9))))
(assert (or v9 (distinct i2 68)))
(assert (< i4 i2))
(check-sat)
(pop 1)
(assert (=> v0 (> (- i9 68) i6)))
(check-sat)

opensmt (commit e9e14b4) throws an assertion violation

sat
Non-basic (column) LRA var v0 has value -inf <= (1 | 0) <= (0 | 0)
opensmt: /home/rainoftime/Work/tofuzz/opensmt/src/tsolvers/lasolver/Simplex.cc:415: bool Simplex::invariantHolds() const: Assertion `false' failed.
Aborted (core dumped)
@rainoftime rainoftime changed the title Assertion violation at src/tsolvers/lasolver/Simplex.cc:460 Assertion violation at src/tsolvers/lasolver/Simplex.cc:415 Mar 27, 2020
@blishko blishko self-assigned this Apr 4, 2020
blishko pushed a commit that referenced this issue Apr 4, 2020
blishko pushed a commit that referenced this issue Apr 4, 2020
@blishko
Copy link
Member

blishko commented Apr 6, 2020

fixed by #80

@blishko blishko closed this as completed Apr 6, 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

2 participants