Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug for not contains #157

Closed
jurajsic opened this issue Jul 8, 2024 · 2 comments
Closed

Bug for not contains #157

jurajsic opened this issue Jul 8, 2024 · 2 comments

Comments

@jurajsic
Copy link
Member

jurajsic commented Jul 8, 2024

Current devele returns sat for

(set-logic QF_S)
(set-info :status unsat)
(declare-const a String)
(declare-const b String)
(assert (= a b))
(assert (str.contains "abc" a ))
(assert (not (str.contains "abcde" b )))
(check-sat)
(exit)

even though it should be unsat.

I think this will be fixed in #150, right?

@vhavlena
Copy link
Collaborator

vhavlena commented Jul 8, 2024

Yes, I got unsat in the ca-diseqs branch.

@vhavlena
Copy link
Collaborator

I am closing the issue as it was solved by #150

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants