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