Content deleted Content added
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]].
==See also==
|