You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: