summaryrefslogtreecommitdiff
path: root/test/regress/regress0/logops.02.cvc.smt2
blob: f78fa6de7132e3a308cd42215fe7b0d3cf140ac7 (plain)
1
2
3
4
5
6
7
; EXPECT: sat
(set-logic ALL)
(set-option :incremental false)
(declare-fun a () Bool)
(declare-fun b () Bool)
(declare-fun c () Bool)
(check-sat-assuming ( (not (and (not c) b)) ))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback