BooleanAlgebraSolver
A C# Windows Desktop Application that solves many Boolean Algebra problems such as K-Map, QM, Multiple Output Minimization, hazard remover, Code Conversion and Hamming Code
Install / Use
/learn @gaumo62/BooleanAlgebraSolverREADME
Instructions to run the file:
- Go to the BooleanAlgebraSolver > bin/Debug > BooleanAlgebraSolver.exe
- Download BooleanAlgebra.exe in your Windows computer.
- To run it, either (a) Right-click and "Run as Administrator" OR (b) Right-click > Properties > Check "Unblock". Click on "Apply" and "OK". Run as usual.
BooleanAlgebraSolver
A C# Windows Desktop Application that solves many Boolean Algebra problems. This project is done by the students of IIT Kharagpur.
Team Members: Gaurang Mohta, Sohan Kumar Parida, Shreyash Bapodia, Divyansh Singh, Rahul Agrawal, and Rhitvik Sinha
Our term project is a software package for Boolean Algebra and Digital Electronics enthusiasts which will help them solve simple to complex problems instantly. Our software has features which include:
- Karnaugh-Map (K-Map) Solver for SOP (Sum-Of-Products) and POS (Product-Of-Sum) with Don’t Cares (2-5 variables).
- Quine-McCuskey (QM) Algorithm for Prime Implicants (PI) and Essential Prime Implicants with Don’t Cares (Any number of variables).
- Hazard Detector and its Cover (Static 0 and Static 1 hazards).
- Multiple Output Minimization without Don’t Care (Any number of variables. 2 functions).
- Code Conversion between Decimal, Binary, 8421 (BCD), 2421, 5211, Excess-3 (XS-3) and Gray Code.
- Generating Hamming Code and decoding 1-bit Errors in Transmitted Hamming Code.
This project is done under the guidance of Professor Goutam Saha of IIT Kharagpur.
