WalkSAT (CNF-SAT Boolean Satisfiability)

From Algorithm Wiki
Jump to navigation Jump to search

Time Complexity

$O(n*mt*mf)$

Space Complexity

$O(n)$

(same as above)

Description

Approximate?

Approximate

Approximation Factor:

Randomized?

Yes,

Model of Computation

Year

1994

Reference

https://www.aaai.org/Papers/AAAI/1994/AAAI94-051.pdf