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
The recent addition of Tuples introduced recursion in the analogical verification and solving processes. Sequences can also be considered as recursive items (for instance with Sequences of Tuples, or Sequences of Sequences).
Doing so comes with a very high risk of combinatorial explosion, so this feature must come with controls for limiting computation or even disabling it entirely if necessary.
An option for dealing with recursive Sequences is to consider a fifth Step along with AB, AC, CD, BD: recursion. This would simply attempt to consume A, B, C and D while verifying/solving the corresponding sub-equation.
Also, the notion of degree has to be smartly adapted to such a resursive Step.
The text was updated successfully, but these errors were encountered:
The recent addition of Tuples introduced recursion in the analogical verification and solving processes. Sequences can also be considered as recursive items (for instance with Sequences of Tuples, or Sequences of Sequences).
Doing so comes with a very high risk of combinatorial explosion, so this feature must come with controls for limiting computation or even disabling it entirely if necessary.
An option for dealing with recursive Sequences is to consider a fifth Step along with AB, AC, CD, BD: recursion. This would simply attempt to consume A, B, C and D while verifying/solving the corresponding sub-equation.
Also, the notion of degree has to be smartly adapted to such a resursive Step.
The text was updated successfully, but these errors were encountered: