Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 329 Bytes

File metadata and controls

5 lines (3 loc) · 329 Bytes

Optimal synthesis of multi output boolean functions using ILP

Matlab implementation of the ILP problem which optimally synthesize a multi-output Boolean function into a two-level circuit.

Utilizes a variant of the Quine-McCluskey algorithm to enumerate all implicants and employs intlinprog to find the optimal synthesis.