summaryrefslogtreecommitdiff
path: root/test/regress/regress0/wiki.18.cvc.smt2
blob: 751d82e66b369d917fde95a4c92cfabe29e45b0a (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 (= (not true) false)) ))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback