-
Notifications
You must be signed in to change notification settings - Fork 18
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
Constructing smtlib set_info #6
Comments
Not exporting Admittedly, the documentation generated by ocamldoc doesn't really help in finding these functions in the About printer for smtlib, I haven't implemented them yet. The most tricky part of printing terms in smtlib syntax is when the term printed comes from another language, for instance tptp: in that case, tptp constants (such as $i, $o, ...) should be translated into the corresponding term builtins in order to be printed correctly in smtlib... So basically, I need to implement a term normalizer together with the printing functions, ^^ |
@Gbury Thanks for your support. Yes, I see the point. Can we do the normalizer and the printing functions quickly? I can help you if you want. |
I'm currently finishing the writing of my thesis, so it's not really the best moment for me right now... How soon would you need the normalizer and printer ? I should have some time to work on that next week. |
Yes. In this example, It should be
|
There is a
make
function for Terms but it is not available in the signature. I think it should bemk
instead.I leave where an example
We could also add
mk_symbol
,mk_colon
etc. as shorthands.Do you have pretty printers for smtlib? I'm interested in that.
The text was updated successfully, but these errors were encountered: