Skip to content

(propagate-bv-bounds) Refutation unsoundness on a BV instance #6595

Closed
@zhendongsu

Description

OS: Ubuntu 18.04
Commit: 7c08e53

[549] % z3release small.smt2
sat
unsat
[550] % cat small.smt2
(declare-fun a () (_ BitVec 16))
(assert (not (= (_ bv1 32) ((_ zero_extend 16) a))))
(assert (bvsgt ((_ zero_extend 16) a) (_ bv1 32)))
(check-sat)
(check-sat-using (then propagate-bv-bounds smt))

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions