summaryrefslogtreecommitdiff
path: root/test/regress/regress1/quantifiers/ari118-bv-2occ-x.smt2
blob: 2372faa1ef3e3e5d9324f1b4f17e69e9ab530a7c (plain)
1
2
3
4
5
6
7
8
; COMMAND-LINE: --cegqi-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