Algorithms: Simplifica Luis I. Larrateguy (contact me)
This class that implements the Quine-McCluskey's tabular method for simplifying boolean expressions. It computes the canonical form of an expression.
It is useful for teaching students how to simplify expressions using an iterative method, instead of Karnaugh, and how boolean algebra may be applied for solving the problem.