Skip to content

SuperChocomocha/DPLL-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Max Guo
November 21, 2011
DPLL Algorithm

TODO: - currently will always return an assignment mapping
            regardless of whether or not the mapping actually satisfies
            the CNF
      - only returns True assignments, False assignments left out of map

USAGE: - no main, so through ghci
       - :l Sat
       - working example: dpll (CNF [[1], [2, -1]])
       - broken example: dpll (CNF [[1], [2, -1], [-1]])
       - input assumed to already be in CNF
             CNF [[1], [2, -1]] is A ^ (B v ~A)

About

still mostly broken code, dabbling a bit in Haskell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published