WalkSAT (CNF-SAT Boolean Satisfiability)
Revision as of 11:17, 15 February 2023 by Admin (talk | contribs) (Created page with "== 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")
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