This paper provides a detailed critique of Yangjun Chen's technical report titled "The 2-MAXSAT Problem Can Be Solved in Polynomial Time". The authors identify several issues with Chen's proposed solution:
Chen's Algorithm 1 (SEARCH) contains flaws and produces incorrect results on certain 2-CNF formulas. The authors provide multiple counterexamples demonstrating cases where the algorithm fails.
While Chen claims Algorithm 2 (findSubset) runs in polynomial time, the authors note that the runtime depends on the implementation details, which are not clearly specified. If the algorithm tries to find an exact satisfiable set, it would be solving the NP-complete SAT problem.
The authors analyze Chen's proposed improvements in Algorithm 3 and find issues with the definitions and formalizations of the new structures (reachable subsets through spans and upper boundaries). They also provide an example where Algorithm 3 fails to produce the correct result.
The complexity analysis provided by Chen is found to be lacking in details and contains potential flaws, such as the incorrect use of Big-Oh notation. The authors also note that the analysis in Chen's conference paper is completely removed from the technical report, raising doubts about its correctness.
Overall, the authors conclude that Chen's technical report and conference paper fail to provide a valid proof that the 2-MAXSAT problem can be solved in polynomial time, and thus do not demonstrate that P = NP.
To Another Language
from source content
arxiv.org
Key Insights Distilled From
by Tran Duy Anh... at arxiv.org 04-02-2024
https://arxiv.org/pdf/2404.00006.pdfDeeper Inquiries