In z3, a real term's value is represented by the division of two integer numbers: numerator and denominator. I very often find real values (as solutions to my z3 problems) with very large numerators and denominators like as follows:
29176049827299110215982818410792217459/804618286561124267999713087296957062500 -556895298158182412321541102649719164259083/4272120792496289300944476637003193523343750
There are often other assignments of those real variables in the case of alternative solutions (to the same problem) with smaller numerators and denominators. I am just wondering whether I can limit the numerator and denominator (e.g., with respect to the number of digits). Actually, I am looking for a z3 feature for this purpose. Thank you in advance for your answer.