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

Added Coefficient Optimization #247

Closed
wants to merge 3 commits into from
Closed

Added Coefficient Optimization #247

wants to merge 3 commits into from

Conversation

rudrajit1729
Copy link

Optimized Representation of coefficients in Equations.

Optimizes the numerical representation of coefficients and powers in equations
@rudrajit1729 rudrajit1729 changed the title Added Coefficient Optimization #246 Added Coefficient Optimization Aug 13, 2020
@rudrajit1729
Copy link
Author

Updated check.py and parser.py files in visma.io to resolve the issue labelled #246
Before Optimization : 2.0x + 3.0 y + 4.6z
After Optimization : 2x + 3y + 4.6z

@rudrajit1729
Copy link
Author

@authors can this be merged?

@mayankDhiman
Copy link

Hi, thanks for PR, and sorry for late review on the issue. The issue is now closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants