Algorithm that Solves 3-SAT in Polynomial Time
Computational Complexity
2015-06-04 v2
Abstract
The question of whether the complexity class P is equal to the complexity class NP has been a seemingly intractable problem for over 4 decades. It has been clear that if an algorithm existed that would solve the problems in the NP class in polynomial time then P would equal NP. However, no one has yet been able to create that algorithm or to successfully prove that such an algorithm cannot exist. The algorithm that will be presented in this paper solves the 3-satisfiability or 3-CNF-SAT problem, which has been proven to be NP-complete.
Cite
@article{arxiv.1110.1658,
title = {Algorithm that Solves 3-SAT in Polynomial Time},
author = {Jason W. Steinmetz},
journal= {arXiv preprint arXiv:1110.1658},
year = {2015}
}
Comments
This paper has been withdrawn by the author because the integer operations within the algorithm cannot be proven to have a polynomial run time