In the EXACT 4SAT problem, the input is a set of clauses, each of which is a
disjunction of exactly four literals, and such that each variable occurs at most
once in each clause. The goal is to find a satisfying assignment, if one exists.
Prove that EXACT 4SAT is NP-complete.
因爲EXACT 4SAT 屬於 NP,只要再證實4SAT的 NP 徹底性便可。作法是將 3SAT 歸約到 EXACT 4SAT。算法
歸約完成。證畢。input
主要應用了歸約的思想。it