Skip to content

ethan-devlab/logic_function_solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Logic Function Solver

This is a logic function solver using Tabulation Method.

For Windows

python logic_function_solver.py

For Linux

python3 logic_function_solver.py

Inputs

  1. The number of variables
  2. The minterms of the logic function
  3. Don't cares (Optional)

Outputs

  1. All Prime Implicants of the logic function
  2. The minimum SOP expression of the logic function
  3. The minimum POS expression of the logic function

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages