summaryrefslogtreecommitdiff
path: root/test/regress/regress0/test9.cvc.smt2
blob: 0c52fc36edfc0e9ee22840157ab172d298faa752 (plain)
1
2
3
4
5
6
7
; EXPECT: unsat
(set-logic ALL)
(set-option :incremental false)
(declare-fun P () Bool)
(declare-fun Q () Bool)
(assert (or P Q))
(check-sat-assuming ( (not (or P Q)) ))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback