summaryrefslogtreecommitdiff
path: root/test/regress/regress0/simple.cvc.smt2
blob: 5f75b8944883bb5c9cafb715a0d96a2434cb2881 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; EXPECT: unsat
(set-logic ALL)
(set-option :incremental false)
(declare-fun x0 () Bool)
(declare-fun x1 () Bool)
(declare-fun x2 () Bool)
(declare-fun x3 () Bool)
(assert (or x1 (not x0)))
(assert (or x0 (not x3)))
(assert (or x3 x2))
(assert (and x1 (not x1)))
(check-sat-assuming ( x2 ))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback