summaryrefslogtreecommitdiff
path: root/test/regress/regress0/boolean-prec.cvc.smt2
blob: 3758121ec06239614ec6dc1b0233ab3b12fd8d2f (plain)
1
2
3
4
5
6
7
; EXPECT: unsat
(set-logic ALL)
(set-option :incremental false)
(declare-fun A () Bool)
(declare-fun B () Bool)
(declare-fun C () Bool)
(check-sat-assuming ( (not (let ((_let_1 (= (and (not A) (not B)) C))) (= _let_1 _let_1))) ))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback