Opened 8 years ago
Last modified 8 years ago
#2624 new enhancement
Improve symbolic simplifier for expressions
Reported by: | gkronber | Owned by: | |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.x Backlog |
Component: | Problems.DataAnalysis.Symbolic | Version: | 3.3.13 |
Keywords: | Cc: |
Description (last modified by gkronber)
Related to #2609. Where it was observed that "I'm surprised that it is necessary to check the case of only one sub-tree for multiplications. Does the simplifier really produce these cases? It would be trivial to remove the multiplication node in such cases."
Probably it's time to completely refactor the simplifier. Potentially helpful resources:
- http://www-math.uni-paderborn.de/~stefanw/Papers/mathPAD_Vol11_art07.pdf
- http://stackoverflow.com/a/7542438
- http://www.ukma.edu.ua/~yubod/teach/compalgebra/%5BJoel_S._Cohen%5D_Computer_algebra_and_symbolic_comp(BookFi.org).pdf (page 92 ff)
- http://inst.cs.berkeley.edu/~cs282/sp02/readings/liska.pdf (featuring Franz Winkler)
Change History (4)
comment:2 Changed 8 years ago by gkronber
- Description modified (diff)
comment:3 Changed 8 years ago by gkronber
- Description modified (diff)
comment:4 Changed 8 years ago by gkronber
- Description modified (diff)
comment:5 Changed 8 years ago by gkronber
- Milestone changed from HeuristicLab 3.3.15 to HeuristicLab 3.3.x Backlog
Note: See
TracTickets for help on using
tickets.