Here you can ask questions and find or give answers to organizational, academic and other questions about studying computer science.
1.1k questions
1.3k answers
1.7k comments
557 users
Thank you for answering the question and suggestión. I am able to gain some clarity.I think the question is possible to solve using SNF. Can you please show me the SNF table for Sept 2022 Problem 6a for for p,q,pq,{}.
Well, using the teaching tool, I get the following SNF which is not as nice as the BDD since there are some sub-formulas that can be shared:
(q ? (b ? false : (Xq ? (a ? (Xp ? true : false) : (p ? (Xp ? true : false) : (Xp ? false : true))) : false)) : (a ? (Xp ? true : false) : (p ? (Xp ? true : false) : (Xp ? false : true))))