License | Build status |
---|---|
Package | Version |
---|---|
QuineMcCluskey | |
KarnaughMap |
Open the NuGet package manager and install the QuineMcCluskey package in the project
Install-Package QuineMcCluskey
Install-Package KarnaughMap
Simply call the following method with the required minterms and don't-cares:
var loops = QuineMcCluskeySolver.QMC_Solve(minterms, dontcares);