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

Improve rules for simplification of fractions #3137

Open
HeuristicLab-Trac-Bot opened this issue Nov 3, 2021 · 0 comments
Open

Improve rules for simplification of fractions #3137

HeuristicLab-Trac-Bot opened this issue Nov 3, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@HeuristicLab-Trac-Bot
Copy link
Collaborator

Issue migrated from trac ticket # 3137

milestone: HeuristicLab 3.3.17 | component: Problems.DataAnalysis.Symbolic | priority: medium

2021-11-03 18:05:32: @gkronber created the issue


The simplifier for symbolic expressions should try to reduce the number of parameters within fractions when possible.

(c1 x) / (c2 y) should be simplified to c3 x / y with c3 = c1 / c2

Similarly, (c1 a + c2 b) / (c3 c + c4 d) should be simplified to (c5 a + c6 b) / (c7 c + d)

@gkronber gkronber self-assigned this Apr 24, 2022
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

2 participants