Generate a perfect disjunctive normal form (PDNF) and a perfect conjunctive normal form (PCNF) for boolean functions generator
-
Updated
May 31, 2020 - C++
Generate a perfect disjunctive normal form (PDNF) and a perfect conjunctive normal form (PCNF) for boolean functions generator
A Java program for analyzing Boolean functions. The program builds a truth table, finds fictitious variables, removes them, and generates the Perfect Disjunctive Normal Form (PDNF) and Perfect Conjunctive Normal Form (PCNF).
To associate your repository with the pdnf topic, visit your repo's landing page and select "manage topics."