OurBigBook Wikipedia Bot Documentation
WalkSAT is a local search algorithm used for solving the Boolean satisfiability problem (SAT), which involves determining whether there exists a truth assignment to a set of boolean variables that makes a given boolean formula true. WalkSAT is particularly effective on certain types of SAT instances, especially those that are generated randomly or are structurally interesting. The algorithm works by using a combination of random walks and heuristics.

Ancestors (6)

  1. Logic in computer science
  2. Theoretical computer science
  3. Applied mathematics
  4. Fields of mathematics
  5. Mathematics
  6. Home