Abstract
Most modern and successful SAT solvers are based on the Conflict-Driven Clause-Learning (CDCL) algorithm. The CDCL approach is to try to learn from previous assignments, and based on this, prune the search space to make better decisions in the future. In the current paper, we propose the introduction of a multiple decision maker (MDM) into CDCL. Adhering to a number of rules, MDM constructs sets of decisions to be made at once. Experiments show MDM has a considerably positive impact on CDCL, for many different SAT application problems. Overall, about 50% of the benchmarks we considered were solved faster when MDM was enabled, and the total processing time of all benchmarks was reduced by 6%. Moreover, MDM allowed 31 extra problems to be solved. We introduce MDM, analyse its impact, and try to understand the cause of that impact.
Original language | English |
---|---|
Title of host publication | Proceedings - IEEE 32nd International Conference on Tools with Artificial Intelligence, ICTAI 2020 |
Editors | Miltos Alamaniotis, Shimei Pan |
Pages | 161-169 |
Number of pages | 9 |
ISBN (Electronic) | 9781728192284 |
DOIs | |
Publication status | Published - Nov 2020 |
Event | 32nd IEEE International Conference on Tools with Artificial Intelligence, ICTAI 2020 - Baltimore, United States Duration: 9 Dec 2020 → 11 Dec 2020 Conference number: 32 https://ieeexplore.ieee.org/document/9288221 |
Conference
Conference | 32nd IEEE International Conference on Tools with Artificial Intelligence, ICTAI 2020 |
---|---|
Abbreviated title | ICTAI 2020 |
Country/Territory | United States |
City | Baltimore |
Period | 9/12/20 → 11/12/20 |
Internet address |
Keywords
- CDCL
- Multiple Decision Making
- Satisfiability