IMDEA Software

Iniciativa IMDEA

Inicio > Eventos > Software Seminar Series > 2018 > Incremental Evaluation of Lattice-Based Aggregates in Logic Programming Using Modular TCLP
Esta página aún no ha sido traducida. A continuación se muestra la página en inglés.

Joaquin Arias

martes 18 de diciembre de 2018

10:45am Meeting room 302 (Mountain View), level 3

Joaquin Arias, PhD Student, IMDEA Software Institute

Incremental Evaluation of Lattice-Based Aggregates in Logic Programming Using Modular TCLP

Abstract:

Aggregates are used to compute single pieces of information from separate data items, such as records in a database or answers to a query to a logic program. The maximum and minimum are well-known examples of aggregates. The computation of aggregates in Prolog or variant-based tabling can loop even if the aggregate at hand can be finitely determined. When answer subsumption or mode-directed tabling is used, termination improves, but the behavior observed in existing proposals is not consistent. We present a framework to incrementally compute aggregates for elements in a lattice. We use the entailment and join relations of the lattice to define (and compute) aggregates and decide whether some atom is compatible with (entails) the aggregate. The semantics of the aggregates defined in this way is consistent with the LFP semantics of tabling with constraints. Our implementation is based on the TCLP framework available in Ciao Prolog, and improves its termination properties w.r.t. similar approaches. Defining aggregates that do not fit into the lattice structure is possible, but some properties guaranteed by the lattice may not hold. However, the flexibility provided by this possibility justifies its inclusion. We validate our design with several examples and we evaluate their performance.