GSAT (CNF-SAT Boolean Satisfiability)

From Algorithm Wiki
Revision as of 12:17, 15 February 2023 by Admin (talk | contribs) (Created page with "== Time Complexity == $O(n*mt*mf)$ == Space Complexity == $O(n)$ (derived in notes) == Description == == Approximate? == Approximate Approximation Factor: == Randomized? == Yes, == Model of Computation == == Year == 1992 == Reference == http://www.cs.cornell.edu/selman/papers/pdf/92.aaai.gsat.pdf")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Time Complexity

$O(n*mt*mf)$

Space Complexity

$O(n)$

(derived in notes)

Description

Approximate?

Approximate

Approximation Factor:

Randomized?

Yes,

Model of Computation

Year

1992

Reference

http://www.cs.cornell.edu/selman/papers/pdf/92.aaai.gsat.pdf