Skip to content

(re-elim) solution unsoundness on string formula  #6604

@zhendongsu

Description

@zhendongsu

Commit: 0e9fed3
OS: Ubuntu 18.04

[510] % cvc5 -q small.smt2 
unsat
[511] % cvc5 -q --strings-exp --re-elim small.smt2 
sat
[512] % cat small.smt2 
(declare-fun a () String)
(assert (str.in_re a (re.++ re.allchar (str.to_re a) (re.* re.allchar))))
(check-sat)
[513] % 

Metadata

Metadata

Assignees

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