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

Declare a new Sort with JavaSMT #272

Open
ghost opened this issue Jun 24, 2022 · 2 comments
Open

Declare a new Sort with JavaSMT #272

ghost opened this issue Jun 24, 2022 · 2 comments

Comments

@ghost
Copy link

ghost commented Jun 24, 2022

hello,
is it possible with javaSMT to declare a new Sort like in SMTLIB ?
for example : (declare-sort Auto 0)

@kfriedberger
Copy link
Member

kfriedberger commented Jun 25, 2022

No. JavaSMT does currently not support user-defined sorts.

UPDATE: see below,

@kfriedberger
Copy link
Member

kfriedberger commented Nov 26, 2023

We support enumeration sort (bounded domain sort) since #303.

More generic datatype sorts (like simple tuples or more advanced structures like lists and trees) are not yet supported, because of:

  • low priority and missing demand.
  • model evaluation and presentation is unclear.
  • representation of operators is unclear.

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

No branches or pull requests

1 participant