Replies: 2 comments
-
you can divide them, then simplify, then the result is a numeral. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thx. Looks like I must convert them to reals ( |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using the C API, If I have two (large) integer ASTs, can I build a rational AST, similarly to
Z3_get_numeral_rational_int64
, but without the 64-bit limitation?Bonus question: Is there a difference between
Z3_get_numeral_rational_int64
andZ3_get_numeral_small
? It's not clear from the API docs.Beta Was this translation helpful? Give feedback.
All reactions