Skip to content

Propositional Logic algorithms: DPLL and WalkSAT#4

Open
Moska002 wants to merge 11 commits intopaolomorettin:mainfrom
Moska002:pl
Open

Propositional Logic algorithms: DPLL and WalkSAT#4
Moska002 wants to merge 11 commits intopaolomorettin:mainfrom
Moska002:pl

Conversation

@Moska002
Copy link
Contributor

@Moska002 Moska002 commented Dec 3, 2024

Hello,

I tried to recreate the algorithms DPLL and WalkSAT. The objective is to make people know how the algorithms work and it is not intended to be efficient in any way.
For both algorithms is possible to initialize a CNF formula specifying the number of conjunction/disjunctions or it's possible to manually insert them in an array fashion. CNF creation and choices are randomized by seed.

@Moska002 Moska002 marked this pull request as ready for review December 3, 2024 21:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant