Abstract

The satisfiability (SAT) problem is a core problem in computer science. Existing studies have shown that most industrial SAT instances can be effectively solved by modern SAT solvers while random SAT instances cannot. It is believed that the structural characteristics of different SAT formula classes are the reasons behind this difference. In this paper, we study the structural properties of propositional formulas in conjunctive normal form (CNF) by the principle of structural entropy of formulas. First, we used structural entropy to measure the complex structure of a formula and found that the difficulty solving the formula is related to the structural entropy of the formula. The smaller the compressing information of a formula, the more difficult it is to solve the formula. Secondly, we proposed a -approximation strategy to approximate the structural entropy of large formulas. The experimental results showed that the proposed strategy can effectively approximate the structural entropy of the original formula and that the approximation ratio is more than 92%. Finally, we analyzed the structural properties of a formula in the solution process and found that a local search solver tends to select variables in different communities to perform the next round of searches during a search and that the structural entropy of a variable affects the probability of the variable being flipped. By using these conclusions, we also proposed an initial candidate solution generation strategy for a local search for SAT, and the experimental results showed that this strategy effectively improves the performance of the solvers CCAsat and Sparrow2011 when incorporated into these two solvers.

Highlights

  • Given a propositional formula in conjunctive normal form with variables {x1, x2, . . . , xn }and clauses {c1, c2, . . . , cm }, where ci is the disjunction of some literals, a literal refers to the variable x or its negation ¬ x

  • We analyzed the structural properties of a formula in the solution process and found that a local search solver tends to select variables in different communities to perform the round of searches during a search and that the structural entropy of a variable affects the probability of the variable being flipped

  • The reason may be that different SAT formula classes have different structural characteristics

Read more

Summary

Introduction

Given a propositional formula in conjunctive normal form with variables {x1 , x2 , . . . , xn }. Researchers have tried to clarify the structures of CNF formulas in order to improve or design high-performance SAT solvers. The second contribution of this work is to analyze the relationship between the structural entropy of a formula and the difficulty of its solution and to give an explanation of the difficulty solving the formula from the perspective of structural information theory. The variable with large entropy is more likely to be flipped repeatedly Based on this conclusion, we proposed an initial solution candidate solution generation strategy, which further improved the performance of the solvers CCAsat [17]. The experimental results showed that a local search solver tends to select variables in different communities for flipping when using it to solve SAT.

Preliminaries
Graphical Representation of Formulas
Structural Entropy of Graphs
Algorithm E
Experimental Evaluation
Structural Characteristics of Formulas
Structural Entropy of Formulas
Structural Properties of Formulas during Solving
Findings
Conclusions
Full Text
Published version (Free)

Talk to us

Join us for a 30 min session where you can share your feedback and ask us any queries you have

Schedule a call