Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add recursion for Sequences. #3

Open
vletard opened this issue Feb 19, 2020 · 0 comments
Open

Add recursion for Sequences. #3

vletard opened this issue Feb 19, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@vletard
Copy link
Owner

vletard commented Feb 19, 2020

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.

@vletard vletard added the enhancement New feature or request label Feb 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant