-
Notifications
You must be signed in to change notification settings - Fork 6
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
qm.simplify() breaks for some input #12
Comments
The problem is that the binary length of the prime implicants are set by the minterms and not by the inputs length.
The above example works for Solutions:
|
Fixed in Version 0.9.6 beta. The constructor for the |
This is still an issue.
|
Updated fix for that bug. |
Why don't these work? Error:
Code:
|
The cause is that This can be fixed by replacing this with the petrick method, once completed. From
|
In Version 0.9.5, some expressions don't return anything for the simplified form.
Example of Bug:
The text was updated successfully, but these errors were encountered: