Algorithms: Quine-McCluskey Method Armin Randjbar-Daemi (contact me)
This class can be used to minimize boolean functions with Quine-McCluskey algorithm.
It takes as parameters the minterms, don't-care terms and the number of variables.
The class determines the essencial primes and returns them in an array.