test: add regression test for bad LRA preprocessing

This commit is contained in:
Simon Cruanes 2021-03-18 14:14:24 -04:00
parent 17702729d5
commit 0b351ea67e

View file

@ -0,0 +1,7 @@
(set-logic QF_LRA)
(set-info :status unsat)
(declare-fun x_39 () Bool)
(declare-fun x_83 () Bool)
(assert (not (<= (ite x_39 0.0 0.0) (ite x_83 0.0 0.0))))
(check-sat)
(exit)