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

Release cvc4 1.8 is incompatible #961

Open
pjljvandelaar opened this issue Jun 22, 2020 · 4 comments
Open

Release cvc4 1.8 is incompatible #961

pjljvandelaar opened this issue Jun 22, 2020 · 4 comments

Comments

@pjljvandelaar
Copy link
Member

CVC4 released a new version: https://github.com/CVC4/CVC4/releases/tag/1.8

Unfortunately, it is incompatible with TorXakis: e.g. str.in_re iso str.in.re!

How do we want to handle this difference?

@pjljvandelaar
Copy link
Member Author

with flag --lang=smt2.5 everything works fine.
without the flag one must replace two functions (within TorXakis)

  • str.to.re -> str.to_re
  • str.in.re -> str.in_re

@pjljvandelaar
Copy link
Member Author

pjljvandelaar commented Sep 21, 2020

z3 version 4.8.9 also accepts str.to_re and str.in_re!
Even with (set-info :smt-lib-version 2.5)

@pjljvandelaar
Copy link
Member Author

pjljvandelaar commented Sep 21, 2020

re.loop and re.^ seems relevant changes as well
Question loop without upperbound: how to realize?

@pjljvandelaar
Copy link
Member Author

pjljvandelaar commented Sep 21, 2020

cvc4 returns a new escape sequence: \u{<hexadecimal>}

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

1 participant