Code Monkey home page Code Monkey logo

quine-mccluskey-gui's Introduction

Quine-McCluskey-gui

GUI implementation of the Quine-McCluskey algorithm for minimizing Boolean functions. To minimize, the algorithm combines minterms into implicants and further combines implicants, giving us a reduced boolean function. Further details can be found in at Wikipedia.

Examples

The gif below demostrates the minterm and table entries for an EXCLUSIVE-OR (XOR) Boolean function, complimenting the table entries, and entering multiple functions (AND, NOR, NAND, XOR ). alt tag

Example of usefulness with 4 variable function; both functions below are functionally equivalent.

Boolean Function Minimized Boolean Function
A'BC'D' + AB'C'D' + AB'C'D + AB'CD' + AB'CD + ABC'D' + ABCD' + ABCD BC'D' + AB' + AC

Usage

Key features include:

  • Tabular entries
  • Minterm/Maxterm entries
  • Sum-of-Products outputs
  • Products-of-Sum outputs
  • Compliment output

Installation

  1. Download and install QT4 libraries.
    -> Ubuntu Example $ sudo apt-get install qt4-default
2. $ git clone https://github.com/svtanthony/Quine-McCluskey-gui.git
3. $ cd Quine-McCluskey-gui
4. $ make

quine-mccluskey-gui's People

Contributors

svtanthony avatar

Stargazers

Poul Bundgaard avatar  avatar Mike Izbicki avatar

Watchers

Poul Bundgaard avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.