upunaprosk / CNF-DNF-converter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CNF-DNF-converter

Given a Boolean formula, constructed from variables using /\ (conjunction), / (disjunction), -> (implication), and ~ (negation), convert it into Conjunctive Normal Form (CNF) and into Disjunctive Normal Form (DNF).

About


Languages

Language:Python 100.0%