paper-with-me

Papers

Effective problem solving using SAT solvers

2019-06-14 · Curtis Bright, Jürgen Gerhard, Ilias Kotsireas, Vijay Ganesh

In this article we demonstrate how to solve a variety of problems and puzzles using the built-in SAT solver of the computer algebra system Maple. Once the problems have been encoded into Boolean logic, solutions can be found (or shown to not exist) automatically, without the need to implement any search algorithm. In particular, we describe how to solve the $n$-queens problem, how to generate and solve Sudoku puzzles, how to solve logic puzzles like the Einstein riddle, how to solve the 15-puzzle, how to solve the maximum clique problem, and finding Graeco-Latin squares.

📄 PDF Abstract BibTeX arXiv:1906.06251

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Distance-aware Attention Reshaping: Enhance Generalization of Neural Solver for Large-scale Vehicle Routing Problems

2024-01-13 · Yang Wang, Ya-Hui Jia, Wei-neng Chen, Yi Mei

Neural solvers based on attention mechanism have demonstrated remarkable effectiveness in solving vehicle routing problems. However, in the generalization process from small scale to large scale, we find a phenomenon of …

Structure based SAT dataset for analysing GNN generalisation

2025-02-17 · Yi Fu, Anthony Tompkins, Yang song, Maurice Pagnucco

Satisfiability (SAT) solvers based on techniques such as conflict driven clause learning (CDCL) have produced excellent performance on both synthetic and real world industrial problems. While these CDCL solvers only oper…

Graph Neural Network

Proteus: A Hierarchical Portfolio of Solvers and Transformations

2013-06-24 · Barry Hurley, Lars Kotthoff, Yuri Malitsky, Barry O'Sullivan

In recent years, portfolio approaches to solving SAT problems and CSPs have become increasingly common. There are also a number of different encodings for representing CSPs as SAT instances. In this paper, we leverage ad…

G4SATBench: Benchmarking and Advancing SAT Solving with Graph Neural Networks

2023-09-29 · Zhaoyu Li, Jinpei Guo, Xujie Si

Graph neural networks (GNNs) have recently emerged as a promising approach for solving the Boolean Satisfiability Problem (SAT), offering potential alternatives to traditional backtracking or local search SAT solvers. Ho…

Benchmarking

NLocalSAT: Boosting Local Search with Solution Prediction

2020-01-26 · Wenjie Zhang, Zeyu Sun, Qihao Zhu, Ge Li 외

The Boolean satisfiability problem (SAT) is a famous NP-complete problem in computer science. An effective way for solving a satisfiable SAT problem is the stochastic local search (SLS). However, in this method, the init…

Prediction