This is a logic function solver using Tabulation Method.
python logic_function_solver.py
python3 logic_function_solver.py
- The number of variables
- The minterms of the logic function
- Don't cares (Optional)
- All Prime Implicants of the logic function
- The minimum SOP expression of the logic function
- The minimum POS expression of the logic function