Existing methods provide varying algorithms for different types of Boolean
satisfiability problems (SAT), lacking a general solution framework.
Accordingly, this study proposes a unified framework DCSAT based on integer
programming and reinforcement learning (RL) algorithm to solve different types
of SAT problems such as MaxSAT, Weighted MaxSAT, PMS, WPMS. Specifically, we
first construct a consolidated integer programming representation for four
types of SAT problems by adjusting objective function coefficients. Secondly,
we construct an appropriate reinforcement learning models based on the 0-1
integer programming for SAT problems. Based on the binary tree search
structure, we apply the Monte Carlo tree search (MCTS) method on SAT problems.
Finally, we prove that this method can find all optimal Boolean assignments
based on Wiener-khinchin law of large Numbers. We experimentally verify that
this paradigm can prune the unnecessary search space to find the optimal
Boolean assignments for the problem. Furthermore, the proposed method can
provide diverse labels for supervised learning methods for SAT problems.

Existing methods for solving Boolean satisfiability problems (SAT) have limitations in terms of their algorithms and lack a general solution framework. This article introduces a novel framework called DCSAT, which combines integer programming and reinforcement learning (RL) to tackle various types of SAT problems, including MaxSAT, Weighted MaxSAT, PMS, and WPMS.

The key idea behind DCSAT is to create a unified integer programming representation for the different types of SAT problems, by adjusting the coefficients of the objective function. This allows for a consistent approach in solving these problems, providing a more efficient and effective solution.

In addition to the integer programming representation, DCSAT also employs reinforcement learning models based on 0-1 integer programming for SAT problems. By using a binary tree search structure and applying the Monte Carlo tree search (MCTS) method, DCSAT can effectively navigate the search space and find optimal Boolean assignments.

One interesting aspect of DCSAT is its utilization of the Wiener-Khinchin law of large numbers to prove that the method can indeed find all optimal Boolean assignments. This statistical law provides confidence in the effectiveness of DCSAT and reassures users that the solutions obtained are reliable.

The article mentions that experimental verification has been conducted to validate the proposed method. The results demonstrate that DCSAT is capable of pruning unnecessary search space, resulting in more efficient and accurate solutions for SAT problems. Additionally, the diverse labels provided by DCSAT can be utilized for supervised learning methods related to SAT problems.

The multidisciplinary nature of DCSAT is noteworthy. By combining concepts from integer programming, reinforcement learning, and statistical analysis, DCSAT presents a holistic approach to solving SAT problems. This integration of different disciplines allows for a more robust and comprehensive solution framework.

Conclusion

DCSAT offers a unified framework for solving different types of SAT problems by combining integer programming and reinforcement learning. The use of the Wiener-Khinchin law of large numbers adds a statistical validation to the method’s effectiveness in finding optimal Boolean assignments. Experimental verification supports the efficiency and accuracy of DCSAT in pruning unnecessary search space. The multidisciplinary approach of DCSAT brings together elements from integer programming, reinforcement learning, and statistical analysis, providing a comprehensive solution framework for SAT problems.

Read the original article