Skip to content

michaellandi/binarysimplification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anybody who has ever done binary simplification on more than four variables has probably used the Quine-McCluskey method of binary simplification.  You also know how time consuming and error prone this process can be by hand. For a project in my Computer Architecture class I designed software which can perform the steps of binary simplification for you.  Hopefully you can find this software as useful as I did!

About

Minimizes a given Boolean function using the Quine–McCluskey algorithm.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages