mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-07 03:35:38 -05:00
test: add regression test for bad LRA preprocessing
This commit is contained in:
parent
17702729d5
commit
0b351ea67e
1 changed files with 7 additions and 0 deletions
7
tests/unsat/reg_lra_2_ite.smt2
Normal file
7
tests/unsat/reg_lra_2_ite.smt2
Normal 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)
|
||||
Loading…
Add table
Reference in a new issue