Programming Assignment 1: Build a SAT Solver

Overview: Implement either DPLL (referred to as “DP” in the textbook) or Walksat. Evaluate its scaling (run time) on randomly generated 3CNF formulas. Due by Blackboard turn-in by 11:59pm Tuesday Oct 26.

New Implement Hints, Posted 10/13

Details: