paper-with-me

Papers

Nmbr9 as a Constraint Programming Challenge

2020-01-13 · Mikael Zayenz Lagerkvist

Modern board games are a rich source of interesting and new challenges for combinatorial problems. The game Nmbr9 is a solitaire style puzzle game using polyominoes. The rules of the game are simple to explain, but modelling the game effectively using constraint programming is hard. This abstract presents the game, contributes new generalized variants of the game suitable for benchmarking and testing, and describes a model for the presented variants. The question of the top possible score in the standard game is an open challenge.

📄 PDF Abstract BibTeX arXiv:2001.04238

Code (1)

zayenz/cp-2019-nmbr9 공식 구현

Tasks

BenchmarkingBoard GamesSolitaire

Similar Papers 제목 키워드 기반

Combining Constraint Programming Reasoning with Large Language Model Predictions

2024-07-18 · Florian Régin, Elisabetta De Maria, Alexandre Bonlarron

Constraint Programming (CP) and Machine Learning (ML) face challenges in text generation due to CP's struggle with implementing "meaning'' and ML's difficulty with structural constraints. This paper proposes a solution b…

Language ModelingLanguage ModellingLarge Language ModelText Generation

Learning Valid Dual Bounds in Constraint Programming: Boosted Lagrangian Decomposition with Self-Supervised Learning

2024-08-22 · Swann Bessa, Darius Dabert, Max Bourgeat, Louis-Martin Rousseau 외

Lagrangian decomposition (LD) is a relaxation method that provides a dual bound for constrained optimization problems by decomposing them into more manageable sub-problems. This bound can be used in branch-and-bound algo…

Self-Supervised Learningvalid

SUNNY-CP and the MiniZinc Challenge

2017-06-26 · Roberto Amadini, Maurizio Gabbrielli, Jacopo Mauro

In Constraint Programming (CP) a portfolio solver combines a variety of different constraint solvers for solving a given problem. This fairly recent approach enables to significantly boost the performance of single solve…

Knowledge of Uncertain Worlds: Programming with Logical Constraints

2019-10-23 · Yanhong A. Liu, Scott D. Stoller

Programming with logic for sophisticated applications must deal with recursion and negation, which together have created significant challenges in logic, leading to many different, conflicting semantics of rules. This pa…

Negation

Implementing Metric Temporal Answer Set Programming

2026-01-28 · Arvid Becker, Pedro Cabalar, Martin Diéguez, Susana Hahn 외 arxiv

We develop a computational approach to Metric Answer Set Programming (ASP) to allow for expressing quantitative temporal constraints, like durations and deadlines. A central challenge is to maintain scalability when deal…