paper-with-me

홈 › Papers

Pattern-Based Constraint Satisfaction and Logic Puzzles

2013-04-05 · Denis Berthier

Pattern-Based Constraint Satisfaction and Logic Puzzles develops a pure logic, pattern-based perspective of solving the finite Constraint Satisfaction Problem (CSP), with emphasis on finding the "simplest" solution. Different ways of reasoning with the constraints are formalised by various families of "resolution rules", each of them carrying its own notion of simplicity. A large part of the book illustrates the power of the approach by applying it to various popular logic puzzles. It provides a unified view of how to model and solve them, even though they involve very different types of constraints: obvious symmetric ones in Sudoku, non-symmetric but transitive ones (inequalities) in Futoshiki, topological and geometric ones in Map colouring, Numbrix and Hidato, and even much more complex non-binary arithmetic ones in Kakuro (or Cross Sums). It also shows that the most familiar techniques for these puzzles can indeed be understood as mere application-specific presentations of the general rules. Sudoku is used as the main example throughout the book, making it also an advanced level sequel to "The Hidden Logic of Sudoku" (another book by the same author), with: many examples of relationships among different rules and of exceptional situations; comparisons of the resolution potential of various families of rules; detailed statistics of puzzles hardness; analysis of extreme instances.

📄 PDF Abstract BibTeX arXiv:1304.1628

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Evaluating SAT and SMT Solvers on Large-Scale Sudoku Puzzles

2025-01-15 · Liam Davis, Tairan Ji

Modern SMT solvers have revolutionized the approach to constraint satisfaction problems by integrating advanced theory reasoning and encoding techniques. In this work, we evaluate the performance of modern SMT solvers in…

Benchmarking

Guided Discrete Diffusion for Constraint Satisfaction Problems

2025-12-16 · Justin Jung arxiv

We propose discrete diffusion guidance for constraint satisfaction problems (CSPs) and demonstrate its ability to solve Sudoku puzzles without supervision.

Generating News-Centric Crossword Puzzles As A Constraint Satisfaction and Optimization Problem

2023-08-09 · Kaito Majima, Shotaro Ishihara

Crossword puzzles have traditionally served not only as entertainment but also as an educational tool that can be used to acquire vocabulary and language proficiency. One strategy to enhance the educational purpose is pe…

Automated Graph Genetic Algorithm based Puzzle Validation for Faster Game Design

2023-02-17 · Karine Levonyan, Jesse Harder, Fernando De Mesentier Silva

Many games are reliant on creating new and engaging content constantly to maintain the interest of their player-base. One such example are puzzle games, in such it is common to have a recurrent need to create new puzzles…

Combinatorial OptimizationGame Design

ZebraLogic: On the Scaling Limits of LLMs for Logical Reasoning

2025-02-03 · Bill Yuchen Lin, Ronan Le Bras, Kyle Richardson, Ashish Sabharwal 외

We investigate the logical reasoning capabilities of large language models (LLMs) and their scalability in complex non-monotonic reasoning. To this end, we introduce ZebraLogic, a comprehensive evaluation framework for a…

Logical Reasoning