Skip to content

aldenrogers/sigfigs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sigfigs
Sara Fish, Alex Meiburg, Alden Rogers
Treehacks 2020 project -- 2/14/20 - 2/16/20

Abstract: The first (to the best of our knowledge) implementation of the CSP Decidability problem ("P vs. NP"), following the results of Zhuk et al. that a constraint satisfaction problem (CSP) is in P iff there is a "Siggers polymorphism", and otherwise it is NP-Complete. Since the set of candidate Siggers polymorphisms is finite, we can search through them and ultimately answer whether a problem is in P or not. Since the number is very large, though, we focus on turning the problem of finding a Siggers polymorphism into a k-SAT problem, which can then be approached efficiently by any SAT solver. We use Glucose in our backend.

Devpost writeup at https://devpost.com/software/solving-p-vs-np-implementing-zhuk-s-csp-dichotomy-algorithm

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages