Skip to content

(qe) Soundness bug on (assert (forall ((a Int)) (distinct (mod a a) a))) #4104

@muchang

Description

@muchang

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

[528] % z3 small.smt2 
sat
unsat
[529] % cat small.smt2 
(assert (forall ((a Int)) (distinct (mod a a) a)))
(check-sat)
(check-sat-using qe)
[530] %

OS: Ubuntu 18.04
Commit: 7f1b147

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