/Quine-McCluskey

software implementation of the tabular method (Quine-McCluskey) to minimize boolean expressions

Primary LanguageC++

Tabular-Method

  • minimization of boolean expressions using tabular method (Quine-McCluskey) and display the steps of minimization

User guide :

  • enter the number of variables and the number of minterms which.
  • enter the minterms .
  • the program will display steps of minimization and the final result. -