Say for a python expression, e.g.
float(x + 1 * 2) * 2 == 2
how would I convert this to a z3 expression? Using the obvious ToReal(x + 1
ToReal(x + 1