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