summaryrefslogtreecommitdiff
path: root/test/regress/regress0/simple.smtv1.smt2
blob: 272a2534a0a9bdc1e55128c72693a8c54c673aac (plain)
1
2
3
4
5
6
7
8
9
(set-option :incremental false)
(set-info :status unsat)
(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) x2 x3) ))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback