A Probabilistic Approach to Satisfiability of Propositional Logic Formulae
Reazul Hasan Russel

TL;DR
BetaWalkSAT introduces a probabilistic biasing method using Beta distribution to improve local search for propositional satisfiability, outperforming traditional uninformed approaches on complex problems.
Contribution
It presents BetaWalkSAT, a novel probabilistic local search algorithm that leverages Beta distribution for better initial state selection in SAT problems.
Findings
BetaWalkSAT outperforms uninformed local search methods.
Probabilistic biasing improves search efficiency.
Effective on complex boolean satisfiability problems.
Abstract
We propose a version of WalkSAT algorithm, named as BetaWalkSAT. This method uses probabilistic reasoning for biasing the starting state of the local search algorithm. Beta distribution is used to model the belief over boolean values of the literals. Our results suggest that, the proposed BetaWalkSAT algorithm can outperform other uninformed local search approaches for complex boolean satisfiability problems.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsFormal Methods in Verification · Logic, Reasoning, and Knowledge · Bayesian Modeling and Causal Inference
