Skip to content

Soundness bug fp.xform.scale,fp.xform.bit_blast  #3778

@wintered

Description

@wintered
[630] % z3 small.smt2
unsat
sat
[631] % cat small.smt2
(set-option :fp.xform.scale true)
(set-option :fp.xform.bit_blast true)
(declare-fun a () Bool)
(declare-fun b () Bool)
(declare-fun c () Int)
(declare-fun d () Bool)
(declare-fun e () Bool)
(declare-fun f () Bool)
(assert (= (not (= a (not (= b f)))) d (not (= c 0)) a (= d e) b (not (= f e))))
(check-sat)
(check-sat-using (then add-bounds qfnra horn-simplify))
[632] %

OS: Ubuntu 18.04
Commit: 406c079

Metadata

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