Skip to content

SAT solver is implemented in cpp using DPLL Algorithm which checks a given equation in CNF form for satisfiability

Notifications You must be signed in to change notification settings

jasjotb/SAT-Solver

 
 

Repository files navigation

The implementation assumes that input is given in an "input.cnf" file and displays the result on the console.

Please make sure the custom test cases are stored in the same directory as the source code and the file is named as mentioned above.

We have stored all the sample test cases in a folder named "tests".

These are named as follows:

  1. testcase1.cnf
  2. testcase2.cnf
  3. testcase3.cnf
  4. testcase4.cnf
  5. testcase5.cnf

About

SAT solver is implemented in cpp using DPLL Algorithm which checks a given equation in CNF form for satisfiability

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 71.5%
  • C++ 28.5%