A Quine-McCluskey-Algorithm implementation in Python
This is an algorithm to minimize boolean expressions. I made this solution using Python 2.7 back around the summer of 2018
You will have to specify an input file like the one in this repo. Also you will have to specify the name of your output file.
e.g. python main.py infile.txt output.txt