Skip to content

soumilkanwal80/Boolean-Expression-Simplifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. Generated Minterms from the input expression
  2. Used Quine–McCluskey algorithm to generate simplified boolean expression from minterms

Testing

  1. clang compiler: Apple LLVM version 10.0.0 (clang-1000.11.45.2)
  2. gnu g++ compiler: Ubuntu 18.04

Releases

No releases published

Packages

No packages published

Languages