Quine-Mccluskey Solver

Minimizes a boolean function using Quine-McCluskey algorithm

Description

Background Information
Quine-McCluskey Algorithm

How to run

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>

Possible Improvements

  • Improve functionality to make sure that the program can optimize functions with 6 or more variables. (Current tested max is 5).