中文
相关论文

相关论文: A Minesweeper Solver Using Logic Inference, CSP an…

200 篇论文

Math Word Problems (MWPs) in online assessments help test the ability of the learner to make critical inferences by interpreting the linguistic information in them. To test the mathematical reasoning capabilities of the learners, sometimes…

信息检索 · 计算机科学 2023-07-06 Mayank Goel , Venktesh V , Vikram Goyal

SMLP: Symbolic Machine Learning Prover an open source tool for exploration and optimization of systems represented by machine learning models. SMLP uses symbolic reasoning for ML model exploration and optimization under verification and…

机器学习 · 计算机科学 2024-05-17 Franz Brauße , Zurab Khasidashvili , Konstantin Korovin

The CLP scheme uses Horn clauses and SLD resolution to generate multiple constraint satisfaction problems (CSPs). The possible CSPs include rational trees (giving Prolog) and numerical algorithms for solving linear equations and linear…

编程语言 · 计算机科学 2010-02-09 M. H. van Emden

Copies have been proposed as a viable alternative to endow machine learning models with properties and features that adapt them to changing needs. A fundamental step of the copying process is generating an unlabelled set of points to…

机器学习 · 计算机科学 2019-10-02 Irene Unceta , Diego Palacios , Jordi Nin , Oriol Pujol

The Reward-Penalty-Selection Problem (RPSP) can be seen as a combination of the Set Cover Problem (SCP) and the Hitting Set Problem (HSP). Given a set of elements, a set of reward sets, and a set of penalty sets, one tries to find a subset…

计算机科学与博弈论 · 计算机科学 2022-01-17 Niklas Gräf , Till Heller , Sven O. Krumke

Constraint satisfaction problems (CSPs) are about finding values of variables that satisfy the given constraints. We show that Transformer extended with recurrence is a viable approach to learning to solve CSPs in an end-to-end manner,…

人工智能 · 计算机科学 2023-07-12 Zhun Yang , Adam Ishay , Joohyung Lee

Many different approaches for solving Constraint Satisfaction Problems (CSPs) and related Constraint Optimization Problems (COPs) exist. However, there is no single solver (nor approach) that performs well on all classes of problems and…

人工智能 · 计算机科学 2015-05-11 Mirko Stojadinović , Mladen Nikolić , Filip Marić

Constraint satisfaction problems (CSPs) are ubiquitous in theoretical computer science. We study the problem of StrongCSPs, i.e. instances where a large induced sub-instance has a satisfying assignment. More formally, given a CSP instance…

数据结构与算法 · 计算机科学 2022-05-24 Suprovat Ghoshal , Anand Louis

The author has long enjoyed using the CSP refinement checker FDR to solve puzzles, as witnessed by examples in \cite{tpc,ucs}. Recent experiments have shown that a number of games of patience (card games for one) are now well within bounds.…

软件工程 · 计算机科学 2016-11-28 A. W. Roscoe

We present MineNPC-Task, a user-authored benchmark and evaluation harness for testing memory-aware, mixed-initiative LLM agents in open-world Minecraft. Rather than relying on synthetic prompts, tasks are elicited through formative and…

Piecewise regression is a versatile approach used in various disciplines to approximate complex functions from limited, potentially noisy data points. In control, piecewise regression is, e.g., used to approximate the optimal control law of…

最优化与控制 · 数学 2024-07-10 Dieter Teichrib , Moritz Schulze Darup

Constraint-satisfaction problems (CSPs) are ubiquitous, ranging from budgeting for grocery shopping to verifying software behavior. Logic modeling helps solve CSPs programmatically using SMT solvers. Despite its importance in many Computer…

人机交互 · 计算机科学 2025-06-11 Ruanqianqian Huang , Ayana Monroe , Peli de Halleux , Sorin Lerner , Nikolaj Bjørner

We prove that the single-player game clobber is solvable in linear time when played on a line or on a cycle. For this purpose, we show that this game is equivalent to an optimization problem on a set of words defined by seven classes of…

计算机科学与博弈论 · 计算机科学 2007-05-23 Vincent D. Blondel , Julien M. Hendrickx , Raphael M. Jungers

Math word problems (MWPs) require analyzing text descriptions and generating mathematical equations to derive solutions. Existing works focus on solving MWPs with two types of solvers: tree-based solver and large language model (LLM)…

计算与语言 · 计算机科学 2023-08-29 Jie Yao , Zihao Zhou , Qiufeng Wang

Constraint satisfaction problems (CSPs) are a class of problems that are ubiquitous in science and engineering. It features a collection of constraints specified over subsets of variables. A CSP can be solved either directly or by reducing…

计算物理 · 物理学 2025-01-03 Xuanzhao Gao , Xiaofeng Li , Jinguo Liu

Usual techniques to solve WCSP are based on cost transfer operations coupled with a branch and bound algorithm. In this paper, we focus on an approach integrating extraction and relaxation of Minimal Unsatisfiable Cores in order to solve…

人工智能 · 计算机科学 2013-04-22 Christophe Lecoutre , Nicolas Paris , Olivier Roussel , Sébastien Tabary

We describe the design and implementation of a reasoning engine that facilitates the gamification of loop-invariant discovery. Our reasoning engine enables students, computational agents and regular software engineers with no formal methods…

人工智能 · 计算机科学 2021-09-03 Andrew Walter , Seth Cooper , Panagiotis Manolios

We build on a recently proposed method for explaining solutions of constraint satisfaction problems. An explanation here is a sequence of simple inference steps, where the simplicity of an inference step is measured by the number and types…

人工智能 · 计算机科学 2021-07-06 Emilio Gamba , Bart Bogaerts , Tias Guns

The Constraint Satisfaction Problem (CSP) framework offers a simple and sound basis for representing and solving simple decision problems, without uncertainty. This paper is devoted to an extension of the CSP framework enabling us to deal…

人工智能 · 计算机科学 2013-02-21 Helene Fargier , Jerome Lang , Roger Martin-Clouaire , Thomas Schiex

This paper describes an extension to the constraint satisfaction problem (CSP) called MUSE CSP (MUltiply SEgmented Constraint Satisfaction Problem). This extension is especially useful for those problems which segment into multiple sets of…

人工智能 · 计算机科学 2014-11-17 R. A Helzerman , M. P. Harper