Python z3 solver returns 'unknown' for satisfiable constraints #6868
Unanswered
arkapravag22
asked this question in
Q&A
Replies: 1 comment 1 reply
-
z3 isn't suitable for this kind of problems. It contains terms of the form 0.09118819981813431. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The z3Py constraints along with the required declarations have been given below in the link
[https://docs.google.com/document/d/1wgT0sMl-AJMfiNR3F2HJVXtb_IkeLsNv-P6H5fnZOak/edit?usp=sharing]
A similar set of equations with a smaller set of variables seems to work fine.
Please let me know how this issue can be resolved.
Beta Was this translation helpful? Give feedback.
All reactions