paper-with-me

Papers

A Parallel Memory-efficient Epistemic Logic Program Solver: Harder, Better, Faster

2016-08-24 · Patrick Thor Kahl, Anthony P. Leclerc, Tran Cao Son

As the practical use of answer set programming (ASP) has grown with the development of efficient solvers, we expect a growing interest in extensions of ASP as their semantics stabilize and solvers supporting them mature. Epistemic Specifications, which adds modal operators K and M to the language of ASP, is one such extension. We call a program in this language an epistemic logic program (ELP). Solvers have thus far been practical for only the simplest ELPs due to exponential growth of the search space. We describe a solver that is able to solve harder problems better (e.g., without exponentially-growing memory needs w.r.t. K and M occurrences) and faster than any other known ELP solver.

📄 PDF Abstract BibTeX arXiv:1608.06910

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A survey of advances in epistemic logic program solvers

2018-09-19 · Anthony P. Leclerc, Patrick Thor Kahl

Recent research in extensions of Answer Set Programming has included a renewed interest in the language of Epistemic Specifications, which adds modal operators K ("known") and M ("may be true") to provide for more powerf…

Survey

Solving Epistemic Logic Programs using Generate-and-Test with Propagation

2024-10-29 · Jorge Fandinno, Lute Lillo

This paper introduces a general framework for generate-and-test-based solvers for epistemic logic programs that can be instantiated with different generator and tester programs, and we prove sufficient conditions on thos…

eclingo: A solver for Epistemic Logic Programs

2020-08-05 · Pedro Cabalar, Jorge Fandinno, Javier Garea, Javier Romero 외

We describe eclingo, a solver for epistemic logic programs under Gelfond 1991 semantics built upon the Answer Set Programming system clingo. The input language of eclingo uses the syntax extension capabilities of clingo …

selp: A Single-Shot Epistemic Logic Program Solver

2020-01-04 · Manuel Bichler, Michael Morak, Stefan Woltran

Epistemic Logic Programs (ELPs) are an extension of Answer Set Programming (ASP) with epistemic operators that allow for a form of meta-reasoning, that is, reasoning over multiple possible worlds. Existing ELP solving ap…

Translation

Implementing Default and Autoepistemic Logics via the Logic of GK

2014-05-05 · Jianmin Ji, Hannes Strass

The logic of knowledge and justified assumptions, also known as logic of grounded knowledge (GK), was proposed by Lin and Shoham as a general logic for nonmonotonic reasoning. To date, it has been used to embed in it def…

Translation