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
should work as a high-level wrapper around z3_sys::Z3_solver_get_consequences, but this requires the data to be in a Z3_ast_vector and I'm struggling on how to do that. Do you have any suggestions on how to do this? Am I overlooking something obvious?
Thanks.
The text was updated successfully, but these errors were encountered:
VadeveSi
added a commit
to VadeveSi/z3.rs
that referenced
this issue
Aug 7, 2024
Hi,
I wanted to work towards adding support for Z3's consequences to the Solver. I figure something like
should work as a high-level wrapper around
z3_sys::Z3_solver_get_consequences
, but this requires the data to be in aZ3_ast_vector
and I'm struggling on how to do that. Do you have any suggestions on how to do this? Am I overlooking something obvious?Thanks.
The text was updated successfully, but these errors were encountered: