Solving SAT Problems by Orthogonal Method

Zhou Dian
2008-01-01
Abstract:A novel algorithm for SAT problem is presented.Firstly,the orthogonal relation between the clauses is defined.Then,the algorithm utilizes the character of orthogonal clauses to eliminate the overlap information between clauses,and adopts effective simplification techniques to transform the SAT problem into an orthogonal clause group.Finally,the satisfiability of a SAT problem is verified by the covering of orthogonal clause group on the whole assignment space.Moreover,the algorithm provides a new idea for SAT problems other than the well-known DPLL and DP algorithms.
What problem does this paper attempt to address?