Skip to content

horn Soundness bug on QF_LIA formula #3922

@muchang

Description

@muchang

Hi,
For this case, Z3 gives an incorrect answer:

[746] % z3 small.smt2
sat
unsat
[747] % cat small.smt2
(declare-fun a () Bool)
(declare-fun b () Bool)
(assert (or (and a (not b))))
(check-sat)
(check-sat-using horn)
[748] %

OS: Ubuntu 18.04
Commit: db9d6d1

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