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
we start with a coinductive cycle of length 1 and 2 nested goals, then the next cycle is of length 2 with 4 nested goals, then length 3 with 8 nested goals. This is an example which should result in overflow while only slowly growing the recursion depth.
i think we generally want some general "overflow counter" in the search graph. For this to be sound wrt to caching hitting that limit may have to be fatal or we include the steps taken in the query response 🤷 we will figure it out
The text was updated successfully, but these errors were encountered:
this hangs in the new solver.
we start with a coinductive cycle of length 1 and 2 nested goals, then the next cycle is of length 2 with 4 nested goals, then length 3 with 8 nested goals. This is an example which should result in overflow while only slowly growing the recursion depth.
i think we generally want some general "overflow counter" in the search graph. For this to be sound wrt to caching hitting that limit may have to be fatal or we include the steps taken in the query response 🤷 we will figure it out
The text was updated successfully, but these errors were encountered: