-
Notifications
You must be signed in to change notification settings - Fork 0
Rewrite Simplify #15
Copy link
Copy link
Open
Labels
JavaUnderstanding Java is requiredUnderstanding Java is requiredReactUnderstanding React is requiredUnderstanding React is requiredRefactoringSome refactoring needs to be doneSome refactoring needs to be done
Metadata
Metadata
Assignees
Labels
JavaUnderstanding Java is requiredUnderstanding Java is requiredReactUnderstanding React is requiredUnderstanding React is requiredRefactoringSome refactoring needs to be doneSome refactoring needs to be done
Currently, simplify only works for simple formulas that can be directly simplified.
We want to extend that functionality in the following way:
The metric for a simple formula is (non-distinct)
operatorCount + variableCount.Tasks:
Simplify | fastwhere Simplify is the rule based approach and fast is the other one.