trilomix / kmappy

Program for minimizing boolean functions (True Table) using Karnaugh maps method in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kmappy

Program for minimizing boolean functions using Karnaugh maps method

This program is a fork of the kmap project http://k-map.sourceforge.net/

The program was in C/C++

The new source code is in python

The solver allow multiple outputs

Usage:

python blam.py

ScreenShot

About

Program for minimizing boolean functions (True Table) using Karnaugh maps method in python

License:MIT License


Languages

Language:Python 99.9%Language:Batchfile 0.1%