Skip to content

Different answers produced with different rewrite levels #185

@ds0ayane

Description

@ds0ayane

Hi!

For the following instance, bitwuzla 0.8.1 produces different answers with different rewrite levels:

(assert (or false (forall ((q Bool)) (not (= q (forall ((q Bool)) false))))))
(check-sat)
$ bitwuzla reduced.smt
sat
$ bitwuzla -rwl 0 reduced.smt
unsat
$ bitwuzla -rwl 1 reduced.smt
sat
$ z3 reduced.smt 
unsat
$ cvc5 reduced.smt --force-logic=ALL
unsat

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