Skip to content

Java app which can solve QuineMcCluskey equations, given the minterms and don't care terms.

License

Notifications You must be signed in to change notification settings

vinay-deshmukh/QuineMcCluskeySolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuineMcCluskeySolver

Java app which can solve QuineMcCluskey equations, given the minterms and don't care terms.

Usage:

  • Run the Driver.java file.

  • Enter the minterms of the expression you wish to minimize.

  • Enter the don't care terms(if there are any)

  • That's it!

Now, the script will solve the given expression by the Quine McCluskey method. It will also display all the steps, so that you can cross check your solution.

Sample Usage

You can check this .txt file for the sample output: SampleOutput.txt

About

Java app which can solve QuineMcCluskey equations, given the minterms and don't care terms.

Resources

License

Stars

Watchers

Forks

Packages

No packages published