Skip to content

A view of a stochastic algorithm on the satisfiability problem, when increasing the number of conjunctions and statements

Notifications You must be signed in to change notification settings

sebastian9991/walkSAT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

walkSAT

This code seeks to provide a stochastic algorithm to the boolean satisfiability problem, appropriately named WALKSAT. Showing the time complexity increase as both the number of conjunctions increase and the number of statements.

Rough explanation

runSAT.java outputs a graph showing the number of flips and terminations (That is, satisfied) as the C/N ratio increases. Where C is the number of conjunctions and N the number of statements, for which N $<=$ 10.

Outputs:

Here the number of flips is plotted in red, while the number of terminations is plotted in blue.

wholeView

About

A view of a stochastic algorithm on the satisfiability problem, when increasing the number of conjunctions and statements

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages