rockfight / Quine-McCluskey-algorithm

3 stars 2 forks source link

The Algorithm does not give correct Answers #1

Open SageEx opened 9 years ago

SageEx commented 9 years ago

The algo does not give right answers to many cases. For example:m=1,2,5,6,7,9,10,11,14

rockfight commented 9 years ago

Thanks for testing the code. Actually this code was written as a homework few years ago and isn't tested fully. While I ran, it gave correct answers for some tests and I haven't checked this code since then.