Replies: 1 comment
-
I'm currently traversing the graph to get them, but unfortunately it seems some arrays with only 1 value get simplified to |
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
-
Hi, when having a model generated by a z3 solver, is it possible to (quickly?) get all asserted indices? i.e. if there's somewhere in the constraint set an
arr[123] == 456
/ it is the output of the model, I want to extract (123, 456). Is there a way for this?Beta Was this translation helpful? Give feedback.
All reactions