Page 1 of 1

For this question you are to consider a new version of the satisfiability problem, called XOR-SAT. This is just like CNF

Posted: Thu May 05, 2022 12:47 pm
by answerhappygod
For this question you are to consider a new version of the
satisfiability problem, called XOR-SAT. This is just like CNF-SAT,
except that the “clauses” are made with the exclusive-or of
literals, not the usual “or.” An example is
For This Question You Are To Consider A New Version Of The Satisfiability Problem Called Xor Sat This Is Just Like Cnf 1
For This Question You Are To Consider A New Version Of The Satisfiability Problem Called Xor Sat This Is Just Like Cnf 1 (53.37 KiB) Viewed 34 times
1. For this question you are to consider a new version of the satisfiability problem, called XOR-SAT. This is just like CNF-SAT, except that the "clauses" are made with the exclusive-or of literals, not the usual "or." An example is (x1x2x3) ^ (T1 T2 T3) a) Is the above formula satisfiable? Explain your choice. b) Show that XOR-SAT belongs to NP. c) Is XOR-SAT in P? Defend your answer. You should give either a proof of NP- completeness (which we will accept as convincing evidence for a "no" answer), or a polynomial-time algorithm.