You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to switch to a different theory when calling z3, but it seems that constants are preferably defined as "Int" at the backend under certain circumstances, which causes some theory (e.g., `QF_NRA) to fail. Here's an example:
Hello!
I was trying to switch to a different theory when calling z3, but it seems that constants are preferably defined as "Int" at the backend under certain circumstances, which causes some theory (e.g., `QF_NRA) to fail. Here's an example:
Executing the above code snippet results in:
As I looked into the generated smt, the line that caused the error is:
where "Int" is not supported in z3 when `QF_NRA is used.
Would there be any workaround or potential fix?
Thank you!
The text was updated successfully, but these errors were encountered: