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