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