dreamtalen / CAD_lab2

Unate Recursive Complement Algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CAD_lab2

Unate Recursive Complement Algorithm

Repo

https://github.com/dreamtalen/CAD_lab2/

Environment

This program is implemented in Python 2.7. Since I don't use any libraries except Python built-in. You can run this program in original Python 2.7 environment.

Usage

>>> python compl.py <cube-list-file>

Testing Example

>>> python compl.py test1.in > mytest.out
>>> diff mytest.out test1.out

Running Example in Shell

running_example

About

Unate Recursive Complement Algorithm


Languages

Language:Python 100.0%