Minimizes a boolean function using Quine-McCluskey algorithm
Background Information
Quine-McCluskey Algorithm
Look at the examples in the data/ to see the format of the input file.
In the root directory:
mkdir --parents bin
make
bin/quine_mccluskey_solver <input_file>
- Improve functionality to make sure that the program can optimize functions with 6 or more variables. (Current tested max is 5).