Discussion:
Quine-McCluskey & Petrick's method Project
(too old to reply)
c***@gmail.com
2019-12-15 21:40:56 UTC
Permalink
Hello all,

I am implementing the Quine-McCluskey algorithm on the HP50g, and I cannot solve it. The Quine-McCluskey algorithm is used to minimize digital port circuits. The last piece of algorithm in particular is difficult for me to implement. Can documentation be obtained somewhere in the form of a flow chart or structogram? Or can someone help me implement the final part? I am also looking for documentation for implementing the Petrick's method, also for the same purpose. I look forward to a response. Sincerely, Karel.
m***@gmail.com
2020-06-02 04:15:52 UTC
Permalink
I made an implementation many years ago for the HP 49G+. You can find the C code here https://github.com/modlfo/quinehp

Unfortunately, it's not well documented and I don't remember all the stuff I did back then.

I hope it can help you.

Leonardo

Loading...