what is the usual precision for Real
variables in Z3? Is exact arithmetic used?
Is there a way to set the accuracy level manually?
If Real
means that exact arithmetic must be used, is there any other data type for floating point values which has limited precision?
Finally: from this point of view, is z3
different with respect to the other popular SMT solvers, or is this standardised in the SMT-LIB definition?