Z3 adding assertion with recursive function call cause an infinite number of instance creation #7671
Unanswered
duncan020313
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.
-
I'm trying to model a recursive function with sequence access.
If I execute this, the solver begins to generate an infinite number of instances that are internally relevant to seq_rec_func.
How can I prevent this? Is there any option to avoid the infinite unrolling of the recursive function?
Here are the last 20 lines of the log
Beta Was this translation helpful? Give feedback.
All reactions