Skip to content

M4D-A/DPLL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DPLL

Implementation of DPLL SAT-solver algorithm

Build with

cmake .

make

Run example with

./DPLL cnf.DIMACS

Or generally

./DPLL [FilePath] ([HeuristicID = 3])

Where [HeuristicID] specifies which branching heuristic will be used while solving the problem:

  1. Jeroslow - Wang
  2. Hooker - Vinay
  3. Van Gelder - Tsuji
  4. CSAT

About

DPLL SAT-solver implementation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published