Z3py: print large formula with 144 variables
问题 I use the Z3 theorem prover and I have a large formula (114 variables). Can I print a large formula with all clauses? A normal print str(f) truncates the output, and only "..." is printed at the end, not all the clauses. I tested print f.sexpr() and this always prints all the clauses. However only in the sexpr syntax. Can I print all the clauses of a formula but avoid the s-expression syntax? Note: the code example is much to small to show the problem, but posting a large formula takes too