What is output format of get_answer() method in z3 Fixed point API? #6465
Unanswered
duttasridhar
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Let us take the following example where it tries to find path between 2 vertices.
The output it gives is
What is the format of the output provided by the get_answer() above?
My requirement is to convert the above format into the actual path which is v1 --> v2 --> v4?
Thanks for the help!
Beta Was this translation helpful? Give feedback.
All reactions