Quine–McCluskey algorithm: Difference between revisions

Content deleted Content added
Ajmullen (talk | contribs)
Finished the pseudocode, know possible to write the complete algorithm.
Line 311:
'''return''' essentialPrimeImplicants
Using the algorithm above it is now possible to find the minimised boolean expression, by converting the essential prime implicants into the canonical form ie. <code>-100 -> BC'D'</code> and separating the implicants by [[Logical disjunction|logical OR]]. It should be noted that theThe pseudocode assumes that the essential prime implicants will cover the entire boolean expression.
 
==See also==