summaryrefslogtreecommitdiff
path: root/test/regress/regress0/bv/bvproof1.smt2
blob: a947aa84a67b4d551bc352407827a03701bc8706 (plain)
1
2
3
4
(set-logic QF_BV)
(set-info :status unsat)
(declare-const x Bool)
(check-sat-assuming ((not (bvuge (bvcomp (_ bv0 4) (_ bv0 4)) (ite x (_ bv1 1) (_ bv0 1))))))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback