summaryrefslogtreecommitdiff
path: root/test/regress/regress0/simplification_bug2.smtv1.smt2
blob: b4600f322f66e117b0933655fe628a29987a4635 (plain)
1
2
3
4
5
6
(set-option :incremental false)
(set-info :status unsat)
(set-logic QF_UF)
(declare-sort U 0)
(declare-fun b () Bool)
(check-sat-assuming ( (and b (or false false)) ))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback