-
Notifications
You must be signed in to change notification settings - Fork 34
Simpler formula produced after second simplification round #110
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
Comments
Here is another example. Not all the operands were merged into a single operation.
|
I will just list a few examples falling into the same category of not being the same after two consecutive simplifications.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In my sample code I have a formula which after call to
.simplify()
produces a correct formula. When calling.simplify()
second times we get an even simpler result. This might be considered for future improvements.Also note that the formula given is not a minimal example.
The snippet produces following output
The text was updated successfully, but these errors were encountered: