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

Where is mkEnumType/EnumSort? #77

Open
delenius opened this issue Aug 24, 2020 · 1 comment
Open

Where is mkEnumType/EnumSort? #77

delenius opened this issue Aug 24, 2020 · 1 comment

Comments

@delenius
Copy link

The current version of Z3Context has no mkEnumType method, or EnumSort class.
The Java API has a corresponding method,
and so does the underlying Native class used by ScalaZ3 (at least when I compiled it):

    protected static native long INTERNALmkEnumerationSort(long var0, long var2, int var4, long[] var5, long[] var6, long[] var7);

Is there another preferred way to create an enum type?

@romac
Copy link
Member

romac commented Sep 2, 2020

We are likely missing some bindings here, would gladly accept a PR for this :)

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