summaryrefslogtreecommitdiff
path: root/test/regress/regress0/precedence/not-eq.cvc.smt2
blob: d7bf167b7f574f83ff6cc3c9df2955945288296e (plain)
1
2
3
4
5
6
; EXPECT: unsat
(set-logic ALL)
(set-option :incremental false)
(declare-fun A () Int)
(declare-fun B () Int)
(check-sat-assuming ( (not (let ((_let_1 (not (= A B)))) (= _let_1 _let_1))) ))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback