中文
相关论文

相关论文: CASP Solutions for Planning in Hybrid Domains

200 篇论文

Probabilistic programming is a powerful abstraction for statistical machine learning. Applying static analysis methods to probabilistic programs could serve to optimize the learning process, automatically verify properties of models, and…

编程语言 · 计算机科学 2019-09-12 Ryan Bernstein

The representation of a dynamic problem in ASP usually boils down to using copies of variables and constraints, one for each time stamp, no matter whether it is directly encoded or via an action or temporal language. The multiplication of…

人工智能 · 计算机科学 2025-06-11 Javier Romero , Torsten Schaub , Klaus Strauch

The design of efficient solutions for abstract argumentation problems is a crucial step towards advanced argumentation systems. One of the most prominent approaches in the literature is to use Answer-Set Programming (ASP) for this endeavor.…

人工智能 · 计算机科学 2020-02-19 Sarah A. Gaggl , Norbert Manthey , Alessandro Ronca , Johannes P. Wallner , Stefan Woltran

A constraint satisfaction problem (CSP) is a computational problem where the input consists of a finite set of variables and a finite set of constraints, and where the task is to decide whether there exists a satisfying assignment of values…

计算复杂性 · 计算机科学 2019-04-23 Manuel Bodirsky

We present the third generation of the constraint answer set system clingcon, combining Answer Set Programming (ASP) with finite domain constraint processing (CP). While its predecessors rely on a black-box approach to hybrid solving by…

人工智能 · 计算机科学 2017-05-15 Mutsunori Banbara , Benjamin Kaufmann , Max Ostrowski , Torsten Schaub

The Promise Constraint Satisfaction Problem (PCSP for short) is a generalization of the well-studied Constraint Satisfaction Problem (CSP). The PCSP has its roots in such classic problems as the Approximate Graph Coloring and the…

计算复杂性 · 计算机科学 2025-12-08 Arash Beikmohammadi , Andrei A. Bulatov

Answer set programs in practice are often subject to change. This can lead to inconsistencies in the modified program due to conflicts between rules which are the results of the derivation of strongly complementary literals. To facilitate…

计算机科学中的逻辑 · 计算机科学 2023-08-31 Andre Thevapalan , Gabriele Kern-Isberner

Automated commonsense reasoning is essential for building human-like AI systems featuring, for example, explainable AI. Event Calculus (EC) is a family of formalisms that model commonsense reasoning with a sound, logical basis. Previous…

人工智能 · 计算机科学 2021-06-29 Joaquín Arias , Manuel Carro , Zhuo Chen , Gopal Gupta

Functional constraints and bi-functional constraints are an important constraint class in Constraint Programming (CP) systems, in particular for Constraint Logic Programming (CLP) systems. CP systems with finite domain constraints usually…

人工智能 · 计算机科学 2010-06-17 Yuanlin Zhang , Roland H. C. Yap

Nowadays, numerous services based on large-scale distributed systems have been developed to boost the convenience of human life. On the other side, it becomes a significant challenge to ensure the correctness and properties of these systems…

计算机科学中的逻辑 · 计算机科学 2020-07-28 Yepeng Ding , Hiroyuki Sato

Computer-aided synthesis planning (CASP) algorithms have demonstrated expert-level abilities in planning retrosynthetic routes to molecules of low to moderate complexity. However, current search methods assume the sufficiency of reaching…

人工智能 · 计算机科学 2024-11-04 Kevin Yu , Jihye Roh , Ziang Li , Wenhao Gao , Runzhong Wang , Connor W. Coley

Detectability of failures of linear programming (LP) decoding and the potential for improvement by adding new constraints motivate the use of an adaptive approach in selecting the constraints for the underlying LP problem. In this paper, we…

信息论 · 计算机科学 2007-07-13 Mohammad H. Taghavi , Paul H. Siegel

This demo paper presents the first system for playing the popular Angry Birds game using a domain-independent planner. Our system models Angry Birds levels using PDDL+, a planning language for mixed discrete/continuous domains. It uses a…

人工智能 · 计算机科学 2024-03-11 Wiktor Piotrowski , Roni Stern , Matthew Klenk , Alexandre Perez , Shiwali Mohan , Johan de Kleer , Jacob Le

Detectability of failures of linear programming (LP) decoding and its potential for improvement by adding new constraints motivate the use of an adaptive approach in selecting the constraints for the LP problem. In this paper, we make a…

信息论 · 计算机科学 2007-07-13 Mohammad H. Taghavi N. , Paul H. Siegel

Planning as satisfiability is a principal approach to planning with many eminent advantages. The existing planning as satisfiability techniques usually use encodings compiled from STRIPS. We introduce a novel SAT encoding scheme (SASE)…

人工智能 · 计算机科学 2014-01-21 Ruoyun Huang , Yixin Chen , Weixiong Zhang

In this work, we focus on the Partial Constraint Satisfaction Problem (PCSP) over control-flow graphs (CFGs) of programs. PCSP serves as a generalization of the well-known Constraint Satisfaction Problem (CSP). In the CSP framework, we…

计算与语言 · 计算机科学 2026-02-04 Xuran Cai , Amir Goharshady

The fixed template Promise Constraint Satisfaction Problem (PCSP) is a recently proposed significant generalization of the fixed template CSP, which includes approximation variants of satisfiability and graph coloring problems. All the…

计算复杂性 · 计算机科学 2019-09-12 Libor Barto

We compare alternative computing strategies for solving the constrained lasso problem. As its name suggests, the constrained lasso extends the widely-used lasso to handle linear constraints, which allow the user to incorporate prior…

机器学习 · 统计学 2016-11-08 Brian R. Gaines , Hua Zhou

We propose domain-independent dynamic programming (DIDP) and constraint programming (CP) models to exactly solve type-1 and type-2 assembly line balancing problem with sequence-dependent setup times (SUALBP). The goal is to assign tasks to…

最优化与控制 · 数学 2024-03-12 Jiachen Zhang , J. Christopher Beck

Domain-specific languages (DSLs) are both pervasive and powerful, but remain difficult to integrate into large projects. As a result, while DSLs can bring distinct advantages in performance, reliability, and maintainability, their use often…

编程语言 · 计算机科学 2020-10-19 Hal Finkel , Alexander McCaskey , Tobi Popoola , Dmitry Lyakh , Johannes Doerfert