Boolean-Expression-Simplifier
Run
Just change the expression in file inputs.txt and run g++ 12.cpp and reduced expression will be displayed on screen
Implementation
- Generated Minterms from the input expression
- Used Quine–McCluskey algorithm to generate simplified boolean expression from minterms
Testing
- clang compiler: Apple LLVM version 10.0.0 (clang-1000.11.45.2)
- gnu g++ compiler: Ubuntu 18.04