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

String Theory (SMT-like) support #1590

Open
XVilka opened this issue Jul 31, 2023 · 1 comment
Open

String Theory (SMT-like) support #1590

XVilka opened this issue Jul 31, 2023 · 1 comment

Comments

@XVilka
Copy link
Contributor

XVilka commented Jul 31, 2023

Just like SMT it would allow better reasoning about strings: https://microsoft.github.io/z3guide/docs/theories/Strings/

The tricky thing is to decide about encoding, Unicode, handling "wide" characters with zeroes inside, handling grapheme clusters, etc.

@ivg
Copy link
Member

ivg commented Aug 1, 2023

The Strings Theory sounds like a good addition, though I am not sure about including it in the Core theory. That's kind of the whole idea of Core that it only includes Core computations (and it is already a little bit overextended to my taste, e.g., compare it with the SMT's Core theory, which is much thinner).

So, maybe the issue should be just "Develop the String Theory"?

@XVilka XVilka changed the title Core Theory support for Strings String Theory (SMT-lke) support Aug 2, 2023
@XVilka XVilka changed the title String Theory (SMT-lke) support String Theory (SMT-like) support Aug 2, 2023
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