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

Program Breaks for certain cases #3

Open
rahul-anb opened this issue Mar 19, 2022 · 2 comments
Open

Program Breaks for certain cases #3

rahul-anb opened this issue Mar 19, 2022 · 2 comments

Comments

@rahul-anb
Copy link

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
image

@rashedkoutayni
Copy link

rashedkoutayni commented May 5, 2023

The same is happening with me. Any suggestions? @fernando170 @int-main

@Aniny21
Copy link

Aniny21 commented Mar 11, 2024

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

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

No branches or pull requests

3 participants