summaryrefslogtreecommitdiff
path: root/test/regress/regress0/bug32.cvc.smt2
blob: d3aad1080566e8e7651f2f35a95a4509d28220af (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)
(assert a)
(check-sat-assuming ( (not (or a b)) ))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback