Skip to content

Completeness regression: Missed rewrite of (str.substr _ 0 0)? #5350

@maurobringolf

Description

@maurobringolf

Commit: dc6a8fd

$ z3-4.8.10 unknown.smt2
unsat
$ z3 unknown.smt2
unknown
$ cat unknown.smt2
(declare-fun c () Int)
(assert (forall ((v Int)) (and (= v 0) (not (str.contains (str.substr "ZJVF" 0 0) (str.substr "ZJVF" 0 c))))))
(check-sat)

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