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

Simplification Normalization Order #18

Open
65001 opened this issue Jun 15, 2019 · 1 comment
Open

Simplification Normalization Order #18

65001 opened this issue Jun 15, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@65001
Copy link
Owner

65001 commented Jun 15, 2019

Ideally an equation like (x^4) + (x^6) + (x^2) + (x^5) + x + (x^3) should be automatically
reordered so that it looks like x^6 + x^5 + x^4 + x^3 + x^2 + x.

@65001 65001 added the enhancement New feature or request label Jun 15, 2019
@65001 65001 moved this from To do to In progress in Project Simplify and Speedup Jun 15, 2019
@65001 65001 moved this from In progress to To do in Project Simplify and Speedup Jul 10, 2019
@65001
Copy link
Owner Author

65001 commented Jul 17, 2019

A way to do this might be to add internal operators such as ** or +++ to represent multiplication and addition respectively that can hold nearly infinite nodes as children. Then we can simplify across all the children assuming we configure everything properly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant