summaryrefslogtreecommitdiff
path: root/test/regress/regress1/quantifiers/ari118-bv-2occ-x.smt2
blob: 2d70dfb8e527cfed76b6641566ff94a595529f85 (plain)
1
2
3
4
5
6
7
8
; COMMAND-LINE: --cbqi-bv
; EXPECT: unsat
(set-logic BV)
(set-info :status unsat)
; two occurrences of x
(assert (not (exists ((?X (_ BitVec 32)) (?Y (_ BitVec 32))) (= (bvmul ?X ?Y) ?X))))
(check-sat)
(exit)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback