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

Replace define-const by define-fun (resp. declare-*) #69

Open
leonardoalt opened this issue Sep 17, 2022 · 1 comment
Open

Replace define-const by define-fun (resp. declare-*) #69

leonardoalt opened this issue Sep 17, 2022 · 1 comment

Comments

@leonardoalt
Copy link
Owner

leonardoalt commented Sep 17, 2022

define-const is actually not smtlib2 and some solvers won't support that (here I'm referring to Bitwuzla). We should replace it by define-fun which is in the standard.
Same for declare-const -> declare-fun.

@leonardoalt
Copy link
Owner Author

This is easy to do, and we should do it in the future. However currently Bitwuzla doesn't support a few things that we require (eg Arrays as arguments of UFs), so fine to leave it as is for now.

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

No branches or pull requests

2 participants