Zum Hauptinhalt springen

Showing 1–15 of 15 results for author: Kaminski, R

Searching in archive cs. Search in all archives.
.
  1. arXiv:2403.12153  [pdf, other

    cs.AI cs.LO cs.SC

    Routing and Scheduling in Answer Set Programming applied to Multi-Agent Path Finding: Preliminary Report

    Authors: Roland Kaminski, Torsten Schaub, Tran Cao Son, Jiří Švancara, Philipp Wanko

    Abstract: We present alternative approaches to routing and scheduling in Answer Set Programming (ASP), and explore them in the context of Multi-agent Path Finding. The idea is to capture the flow of time in terms of partial orders rather than time steps attached to actions and fluents. This also abolishes the need for fixed upper bounds on the length of plans. The trade-off for this avoidance is that (parts… ▽ More

    Submitted 18 March, 2024; originally announced March 2024.

  2. arXiv:2206.11515  [pdf, other

    cs.AI

    plingo: A system for probabilistic reasoning in clingo based on lpmln

    Authors: Susana Hahn, Tomi Janhunen, Roland Kaminski, Javier Romero, Nicolas Rühling, Torsten Schaub

    Abstract: We present plingo, an extension of the ASP system clingo with various probabilistic reasoning modes. Plingo is centered upon LP^MLN, a probabilistic extension of ASP based on a weight scheme from Markov Logic. This choice is motivated by the fact that the core probabilistic reasoning modes can be mapped onto optimization problems and that LP^MLN may serve as a middle-ground formalism connecting to… ▽ More

    Submitted 2 September, 2022; v1 submitted 23 June, 2022; originally announced June 2022.

    ACM Class: D.1.6

  3. arXiv:2108.04769  [pdf, other

    cs.AI

    On the Foundations of Grounding in Answer Set Programming

    Authors: Roland Kaminski, Torsten Schaub

    Abstract: We provide a comprehensive elaboration of the theoretical foundations of variable instantiation, or grounding, in Answer Set Programming (ASP). Building on the semantics of ASP's modeling language, we introduce a formal characterization of grounding algorithms in terms of (fixed point) operators. A major role is played by dedicated well-founded operators whose associated models provide semantic gu… ▽ More

    Submitted 25 July, 2022; v1 submitted 10 August, 2021; originally announced August 2021.

    Comments: unpublished draft

    ACM Class: I.2.4

  4. arXiv:2008.06692  [pdf, other

    cs.AI cs.PL

    How to build your own ASP-based system?!

    Authors: Roland Kaminski, Javier Romero, Torsten Schaub, Philipp Wanko

    Abstract: Answer Set Programming (ASP) has become a popular and quite sophisticated approach to declarative problem solving. This is arguably due to its attractive modeling-grounding-solving workflow that provides an easy approach to problem solving, even for laypersons outside computer science. Unlike this, the high degree of sophistication of the underlying technology makes it increasingly hard for ASP ex… ▽ More

    Submitted 5 November, 2021; v1 submitted 15 August, 2020; originally announced August 2020.

    Comments: 68 pages, under consideration in Theory and Practice of Logic Programming (TPLP)

    MSC Class: F.4.1 F.2.2

  5. ASP-Core-2 Input Language Format

    Authors: Francesco Calimeri, Wolfgang Faber, Martin Gebser, Giovambattista Ianni, Roland Kaminski, Thomas Krennwallner, Nicola Leone, Marco Maratea, Francesco Ricca, Torsten Schaub

    Abstract: Standardization of solver input languages has been a main driver for the growth of several areas within knowledge representation and reasoning, fostering the exploitation in actual applications. In this document we present the ASP-Core-2 standard input language for Answer Set Programming, which has been adopted in ASP Competition events since 2013.

    Submitted 11 November, 2019; originally announced November 2019.

    Journal ref: Theory and Practice of Logic Programming 20 (2020) 294-309

  6. arXiv:1804.10227  [pdf, other

    cs.AI

    Temporal Answer Set Programming on Finite Traces

    Authors: Pedro Cabalar, Roland Kaminski, Torsten Schaub, Anna Schuhmann

    Abstract: In this paper, we introduce an alternative approach to Temporal Answer Set Programming that relies on a variation of Temporal Equilibrium Logic (TEL) for finite traces. This approach allows us to even out the expressiveness of TEL over infinite traces with the computational capacity of (incremental) Answer Set Programming (ASP). Also, we argue that finite traces are more natural when reasoning abo… ▽ More

    Submitted 26 April, 2018; originally announced April 2018.

    Comments: Paper presented at the 34nd International Conference on Logic Programming (ICLP 2018), Oxford, UK, July 14 to July 17, 2018 15 pages, LaTeX, 0 PDF figures (arXiv:YYMM.NNNNN)

  7. arXiv:1707.04053  [pdf, ps, other

    cs.AI

    Clingo goes Linear Constraints over Reals and Integers

    Authors: Tomi Janhunen, Roland Kaminski, Max Ostrowski, Torsten Schaub, Sebastian Schellhorn, Philipp Wanko

    Abstract: The recent series 5 of the ASP system clingo provides generic means to enhance basic Answer Set Programming (ASP) with theory reasoning capabilities. We instantiate this framework with different forms of linear constraints, discuss the respective implementations, and present techniques of how to use these constraints in a reactive context. More precisely, we introduce extensions to clingo with dif… ▽ More

    Submitted 13 July, 2017; originally announced July 2017.

    Comments: Paper presented at the 33nd International Conference on Logic Programming (ICLP 2017), Melbourne, Australia, August 28 to September 1, 2017 16 pages, LaTeX

  8. arXiv:1705.09811  [pdf, other

    cs.AI

    Multi-shot ASP solving with clingo

    Authors: Martin Gebser, Roland Kaminski, Benjamin Kaufmann, Torsten Schaub

    Abstract: We introduce a new flexible paradigm of grounding and solving in Answer Set Programming (ASP), which we refer to as multi-shot ASP solving, and present its implementation in the ASP system clingo. Multi-shot ASP solving features grounding and solving processes that deal with continuously changing logic programs. In doing so, they remain operative and accommodate changes in a seamless way. For in… ▽ More

    Submitted 20 March, 2018; v1 submitted 27 May, 2017; originally announced May 2017.

    Comments: Under consideration for publication in Theory and Practice of Logic Programming (TPLP)

    ACM Class: D.1.6

  9. arXiv:1603.03884  [pdf, ps, other

    cs.AI cs.DB

    Grounding Recursive Aggregates: Preliminary Report

    Authors: Martin Gebser, Roland Kaminski, Torsten Schaub

    Abstract: Problem solving in Answer Set Programming consists of two steps, a first grounding phase, systematically replacing all variables by terms, and a second solving phase computing the stable models of the obtained ground program. An intricate part of both phases is the treatment of aggregates, which are popular language constructs that allow for expressing properties over sets. In this paper, we elabo… ▽ More

    Submitted 12 March, 2016; originally announced March 2016.

    Comments: 21 pages, 7 figures, preliminary version appeared at GTTV'15

  10. Abstract Gringo

    Authors: Martin Gebser, Amelia Harrison, Roland Kaminski, Vladimir Lifschitz, Torsten Schaub

    Abstract: This paper defines the syntax and semantics of the input language of the ASP grounder GRINGO. The definition covers several constructs that were not discussed in earlier work on the semantics of that language, including intervals, pools, division of integers, aggregates with non-numeric values, and lparse-style aggregate expressions. The definition is abstract in the sense that it disregards some… ▽ More

    Submitted 14 February, 2018; v1 submitted 23 July, 2015; originally announced July 2015.

    Journal ref: Theory and Practice of Logic Programming 15 (2015) 449-463

  11. arXiv:1405.3694  [pdf, ps, other

    cs.PL

    Clingo = ASP + Control: Preliminary Report

    Authors: Martin Gebser, Roland Kaminski, Benjamin Kaufmann, Torsten Schaub

    Abstract: We present the new ASP system clingo 4. Unlike its predecessors, being mere monolithic combinations of the grounder gringo with the solver clasp, the new clingo 4 series offers high-level constructs for realizing complex reasoning processes. Among others, such processes feature advanced forms of search, as in optimization or theory solving, or even interact with an environment, as in robotics or q… ▽ More

    Submitted 14 May, 2014; originally announced May 2014.

  12. arXiv:1401.1024  [pdf, other

    cs.AI cs.LO

    Solver Scheduling via Answer Set Programming

    Authors: Holger Hoos, Roland Kaminski, Marius Lindauer, Torsten Schaub

    Abstract: Although Boolean Constraint Technology has made tremendous progress over the last decade, the efficacy of state-of-the-art solvers is known to vary considerably across different types of problem instances and is known to depend strongly on algorithm parameters. This problem was addressed by means of a simple, yet effective approach using handmade, uniform and unordered schedules of multiple solver… ▽ More

    Submitted 6 January, 2014; originally announced January 2014.

    Comments: To appear in Theory and Practice of Logic Programming (TPLP)

  13. arXiv:1301.1392  [pdf, other

    cs.AI

    Answer Set Programming for Stream Reasoning

    Authors: Martin Gebser, Torsten Grote, Roland Kaminski, Philipp Obermeier, Orkunt Sabuncu, Torsten Schaub

    Abstract: The advance of Internet and Sensor technology has brought about new challenges evoked by the emergence of continuous data streams. Beyond rapid data processing, application areas like ambient assisted living, robotics, or dynamic scheduling involve complex reasoning tasks. We address such scenarios and elaborate upon approaches to knowledge-intense stream reasoning, based on Answer Set Programming… ▽ More

    Submitted 7 January, 2013; originally announced January 2013.

    Comments: Proceedings of Answer Set Programming and Other Computing Paradigms (ASPOCP 2012), 5th International Workshop, September 4, 2012, Budapest, Hungary

  14. aspcud: A Linux Package Configuration Tool Based on Answer Set Programming

    Authors: Martin Gebser, Roland Kaminski, Torsten Schaub

    Abstract: We present the Linux package configuration tool aspcud based on Answer Set Programming. In particular, we detail aspcud's preprocessor turning a CUDF specification into a set of logical facts.

    Submitted 1 September, 2011; originally announced September 2011.

    Comments: In Proceedings LoCoCo 2011, arXiv:1108.6097

    Journal ref: EPTCS 65, 2011, pp. 12-25

  15. arXiv:1107.5742  [pdf, ps, other

    cs.LO cs.AI

    Complex Optimization in Answer Set Programming

    Authors: Martin Gebser, Roland Kaminski, Torsten Schaub

    Abstract: Preference handling and optimization are indispensable means for addressing non-trivial applications in Answer Set Programming (ASP). However, their implementation becomes difficult whenever they bring about a significant increase in computational complexity. As a consequence, existing ASP systems do not offer complex optimization capacities, supporting, for instance, inclusion-based minimization… ▽ More

    Submitted 28 July, 2011; originally announced July 2011.

    Comments: 18 pages, 5 figures

    Journal ref: Theory and Practice of Logic Programming, 11(4-5), 821-839, 2011