/KarnaughMap

The Quine McCluskey algorithm in c#

Primary LanguageC#

Karnaugh-Map

Version info

License Build status
License master
Package Version
QuineMcCluskey NuGet Version
KarnaughMap NuGet Version

Installation

NuGet package manager

Open the NuGet package manager and install the QuineMcCluskey package in the project

Package manager console

Install-Package QuineMcCluskey
Install-Package KarnaughMap

Usage

Simply call the following method with the required minterms and don't-cares:

var loops = QuineMcCluskeySolver.QMC_Solve(minterms, dontcares);