中文
相关论文

相关论文: On the Expressibility of Stable Logic Programming

200 篇论文

Answer Set Programming (ASP) with stable model semantics has proven highly effective for knowledge representation and reasoning. However, the minimality requirement of stable models can be restrictive for applications requiring exploration…

计算机科学中的逻辑 · 计算机科学 2026-01-30 Fang Li , Gopal Gupta

An instance of a strongly stable matching problem (SSMP) is an undirected bipartite graph $G=(A \cup B, E)$, with an adjacency list of each vertex being a linearly ordered list of ties, which are subsets of vertices equally good for a given…

数据结构与算法 · 计算机科学 2015-06-03 Pratik Ghosal , Adam Kunysz , Katarzyna Paluch

We introduce a new and broader formulation of the stable marriage problem (SMP), called the stable polygamy problem (SPP), where multiple individuals from a larger group $L$ of $|L|$ individuals can be matched with a single individual from…

系统与控制 · 电气工程与系统科学 2024-08-23 Dan Ben Ami , Kobi Cohen

Logic programming, as exemplified by datalog, defines the meaning of a program as its unique smallest model: the deductive closure of its inference rules. However, many problems call for an enumeration of models that vary along some set of…

编程语言 · 计算机科学 2024-11-22 Chris Martens , Robert J. Simmons , Michael Arntzenius

We compare the complexity of the search and decision problems for the complexity class S2P. While Cai (2007) showed that the decision problem is contained in ZPP^NP, we show that the search problem is equivalent to TFNP^NP, the class of…

计算复杂性 · 计算机科学 2025-12-03 Lance Fortnow

The Autoepistemic Logic of Knowledge and Belief (AELB) is a powerful nonmonotic formalism introduced by Teodor Przymusinski in 1994. In this paper, we specialize it to a class of theories called `super logic programs'. We argue that these…

人工智能 · 计算机科学 2007-05-23 Stefan Brass , Juergen Dix , Teodor C. Przymusinski

We proposes a novel method that enables Graph Neural Networks (GNNs) to solve SAT problems by leveraging a technique developed for applying GNNs to Mixed Integer Linear Programming (MILP). Specifically, k-CNF formulae are mapped into MILP…

机器学习 · 计算机科学 2025-07-03 Franco Alberto Cardillo , Hamza Khyari , Umberto Straccia

LPTP (Logic Program Theorem Prover) is an interactive natural-deduction-based theorem prover for pure Prolog programs with negation as failure, unification with the occurs check, and a restricted but extensible set of built-in predicates.…

计算机科学中的逻辑 · 计算机科学 2026-01-08 Fred Mesnard , Thierry Marianne , Étienne Payet

The stable marriage (SM) problem has a wide variety of practical applications, ranging from matching resident doctors to hospitals, to matching students to schools, or more generally to any two-sided market. In the classical formulation, n…

人工智能 · 计算机科学 2010-07-07 M. Gelain , M. S. Pini , F. Rossi , K. B. Venable , T. Walsh

In this paper, we study multistage stochastic mixed-integer nonlinear programs (MS-MINLP). This general class of problems encompasses, as important special cases, multistage stochastic convex optimization with non-Lipschitzian value…

最优化与控制 · 数学 2022-05-23 Shixuan Zhang , Xu Andy Sun

The CSP (constraint satisfaction problems) is a class of problems deciding whether there exists a homomorphism from an instance relational structure to a target one. The CSP dichotomy is a profound result recently proved by Zhuk (2020, J.…

逻辑 · 数学 2023-01-13 Azza Gaysin

We present a continuous nonlinear optimization model for the Spin Glass Problem (SGP), building on a classical result by Rosenberg (1972), which shows that for a class of multilinear polynomial problems the optimal values of the continuous…

计算物理 · 物理学 2025-12-08 Phil Duxbury , Carlile Lavor , Luiz Leduino de Salles-Neto

The Nemhauser-Trotter theorem states that the standard linear programming (LP) formulation for the stable set problem has a remarkable property, also known as (weak) persistency: for every optimal LP solution that assigns integer values to…

离散数学 · 计算机科学 2020-11-25 Elisabeth Rodríguez-Heck , Karl Stickler , Matthias Walter , Stefan Weltge

A class of valued constraint satisfaction problems (VCSPs) is characterised by a valued constraint language, a fixed set of cost functions on a finite domain. An instance of the problem is specified by a sum of cost functions from the…

计算复杂性 · 计算机科学 2015-03-20 Vladimir Kolmogorov

The linear programming (LP) approach has a long history in the theory of approximate dynamic programming. When it comes to computation, however, the LP approach often suffers from poor scalability. In this work, we introduce a relaxed…

系统与控制 · 电气工程与系统科学 2020-12-01 Andrea Martinelli , Matilde Gargiani , John Lygeros

Logic programming with tabling and constraints (TCLP, tabled constraint logic programming) has been shown to be more expressive and, in some cases, more efficient than LP, CLP, or LP with tabling. In this paper we provide insights regarding…

计算机科学中的逻辑 · 计算机科学 2020-10-01 Joaquín Arias , Manuel Carro

In their seminal work on the Stable Marriage Problem (SM), Gale and Shapley introduced a generalization of SM referred to as the Stable Roommates Problem (SR). An instance of SR consists of a set of $2n$ agents, and each agent has…

计算复杂性 · 计算机科学 2025-02-12 Will Rosenbaum

Numerous real-world decision-making problems can be formulated and solved using Mixed-Integer Linear Programming (MILP) models. However, the transformation of these problems into MILP models heavily relies on expertise in operations…

最优化与控制 · 数学 2023-11-28 Qingyang Li , Lele Zhang , Vicky Mak-Hau

We present a bounded model checking algorithm for signal temporal logic (STL) that exploits mixed-integer linear programming (MILP). A key technical element is our novel MILP encoding of the STL semantics; it follows the idea of stable…

系统与控制 · 电气工程与系统科学 2024-08-14 Sota Sato , Jie An , Zhenya Zhang , Ichiro Hasuo

The stable allocation problem is a many-to-many generalization of the well-known stable marriage problem, where we seek a bipartite assignment between, say, jobs (of varying sizes) and machines (of varying capacities) that is "stable" based…

数据结构与算法 · 计算机科学 2014-11-26 Ágnes Cseh , Brian C. Dean