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

Improve the solver support by the type inference engine #1

Open
rodrigogribeiro opened this issue Feb 8, 2022 · 0 comments
Open

Improve the solver support by the type inference engine #1

rodrigogribeiro opened this issue Feb 8, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@rodrigogribeiro
Copy link
Contributor

Currently, the type inference algorithm just parses the output of Z3 SMT solver to build the model. While this solution is working for Z3 4.8.14, we cannot guarantee that it will work in future versions of Z3. Ideally, we should be able to use the Z3 library through FFI. The racket package list does have a package that offers a Z3 API by FFI, but it seem not to support retrieving the model found by the solver.

@rodrigogribeiro rodrigogribeiro added the enhancement New feature or request label Feb 8, 2022
@rodrigogribeiro rodrigogribeiro self-assigned this Feb 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant