Polynomial 3-SAT Solver



Two paper versions are provided, both describing the very same algorithm: Polynomial 3-SAT Solver DM-2.1 (predominantly mathematical explanation)

(recommended) 2018-11-17: added passages explaining why polynomial solver is no logical resolution, that polynomial solver correctly solved the pigeon hole problem of size 6, what the ideas behind the three solver rules are. Polynomial 3-SAT Solver D-1.3 (predominantly linguistic explanation)

(older version)





An alternative source of my solver documents is on vixra.org. Zip with solver source code, Windows and Linux executable and the pdfs DM-2.1 and D-1.3 is downloadable here. Zip file contains also an older SAT-solving algorithm of mine. 2018-11-17: added the PigeonHoleSolver, which correctly solved the pigeon hole problem of size 6; polynomial solver now outputs a concrete solution ('model') if SAT CNF solvable.

