Advertisement
Guest User

Untitled

a guest
Feb 20th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. (B V ⌐A) → (C V ⌐D) // removing implication
  2. ⌐(B V ⌐A) V (C V ⌐D) // using De Morgan's Laws
  3. (⌐B Λ A) V (C V ⌐D) // This is not CNF. What to do next?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement