Skip to content

Soundness bug in z3str3 #4306

@wintered

Description

@wintered
[549] % z3release small.smt2
unsat
[550] % z3release smt.string_solver=z3str3 small.smt2
sat
[551] % cat small.smt2
(declare-fun a () String)
(assert (str.in.re a (re.inter (re.opt re.allchar) (str.to.re "ab"))))
(check-sat-using ctx-solver-simplify)
[552] %

OS: Ubuntu 18.04
Commit: 32055a3

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions