cvc5 / cvc5_pythonic_api

A Z3Py-compatible interface to cvc5
Other
6 stars 9 forks source link

Print support for SEXPR #97

Closed HanielB closed 3 months ago

HanielB commented 3 months ago

I added the test and in the process I also added a method to create s-expression terms, which I don't think was possible before (and fixed how they should be printed, which is without the commas). I had added the printing function because these terms show up in proofs, so we need to print them.