Skip to content

Soundness bug with smt.arith.solver=1 #3935

@wintered

Description

@wintered
[662] % z3 small.smt2
sat
[663] % z3 smt.arith.solver=1 small.smt2
unsat
[664] % 
[664] % cat small.smt2
(declare-fun s () String)
(assert (not (str.in.re s (re.* (str.to.re "a")))))
(check-sat)
[665] %

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