i faced a expression which is below
A ∨ (B ∧ C) ∨ (D ∧ E ∧ ¬ (A ∨ B))
how to Convert into CNF(Conjunctive normal form)?
i faced a expression which is below
A ∨ (B ∧ C) ∨ (D ∧ E ∧ ¬ (A ∨ B))
how to Convert into CNF(Conjunctive normal form)?
Assuming you want an equivalent formula you have to use transformations that preserves logical equivalence.
Here is a potential first step;
Taking distribution laws for A ∨ (B ∧ C) and applying DeMorgan to ¬(A ∨ B)