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
Hya all. Simple question: Does z3 take and produce s-expressions (as defined per SMT-LIB)?
My reason for asking is that because of reasons^tm I want to interface with z3 but not through C bindings. So, I got into a path where I want to produce z3 scripts and read the output of the solver, the additional advantage that it should then also be possible to interface with other provers.
Of course, writing an s-expression library for input and output would then greatly simplify this task. Hence the question.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hya all. Simple question: Does z3 take and produce s-expressions (as defined per SMT-LIB)?
My reason for asking is that because of reasons^tm I want to interface with z3 but not through C bindings. So, I got into a path where I want to produce z3 scripts and read the output of the solver, the additional advantage that it should then also be possible to interface with other provers.
Of course, writing an s-expression library for input and output would then greatly simplify this task. Hence the question.
Beta Was this translation helpful? Give feedback.
All reactions