You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There seems to be a bug in the implementation of Petrick's method, which is executed when len(chart) != 0.
I have submitted a pull request to fix this.
Until the pull request is merged, please use the following repository. https://github.com/Aniny21/Quine-McCluskey
I was looking into this code, it works for almost all but breaks for certain set of numbers
mt: 7 8 9 10 11 12 13 14 23 24 25 26 41 42 43
dc: 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
Ive put the example for which the program breaks and gives the following error
The text was updated successfully, but these errors were encountered: