welcome: please sign in
location: Diff for "dlt"
Differences between revisions 1 and 27 (spanning 26 versions)
Revision 1 as of 2006-02-06 03:05:46
Size: 77
Comment:
Revision 27 as of 2006-02-28 09:32:32
Size: 4100
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
[http://www.mat.unical.it/~ianni/dlpt/dltlogo.jpg]
= An Answer Set Programming Frontend with Templates =
----
 * [#dlt About DLT]
 * [#team The Team]
 * [#downloads Downloads]
 * [#related Related Works]
 * [#pubblications Publications]
----
[[Anchor(dlt)]]
== About DLT ==
DLT is a frontend for disjunctive datalog, extending the [http://www.dlvsystem.com DLV system] with Template predicates.
----
[[Anchor(team)]]
== The Team ==
Project Coordinator
 * [http://www.gibbi.com Giovambattista Ianni]
Sr. Developers
 * Francesco Calimeri, Giuseppe Ielpa (emeritus)
Jr. Developers
 * Susanna Cozza, Adriana Pietramala , Maria Carmela Santoro
Line 3: Line 24:
=The DLT Home Page= Contact us at dlt@mat.unical.it. Have a look at our [http://sv.mat.unical.it/~ianni/dlpt/gallery.htm gallery!]
Line 5: Line 26:
[[Anchor(downloads)]]
== Downloads ==
At the moment we provide only a Linux (i586) binary and a Windows binary. Other systems' executables will be sooner available.

 * Download the latest linux (i586) version ([http://sv.mat.unical.it/~ianni/dlpt/dlpt.linux.1.1.zip 1.1]).
 * Download the latest windows version ([http://sv.mat.unical.it/~ianni/dlpt/DLT_WIN.zip 1.1]).
 * The DLT [http://sv.mat.unical.it/~ianni/dlpt/DLT_Manual.htm Manual]. - [[creapagina(dltManual)]]
 * [http://sv.mat.unical.it/~ianni/dlpt/examples_lpnmr.zip Simple_examples]
 * [http://sv.mat.unical.it/~ianni/dlpt/examples.zip Other examples]

Note: since DLT invokes DLV, you will need the DLV executable. Please find all versions at the official [http://www.dlvsystem.com webpage]. A limited compatibility with other solvers such as [http://www.tcs.hut.fi/Software/smodels/ Smodels] is also provided.

 Check DLT official web page for news. To receive notifications about new releases and/or other important events regarding DLT, please contact us at dlt@mat.unical.it.
----
[[Anchor(related)]]
'''Related Works'''

 * [http://www.mat.unical.it/kali/dlv-ex DLV-EX] is an Answer Set Programming System with External Predicates, featuring a framework aimed at enabling ASP to deal with external sources of computation. It has been implemented and is currently maintained by members of the DLV team from Università della Calabria (some of them are involved also into the DLT project). Sooner DLV-EX features will be part of the DLV System. It allows DLT as a pre-parser.
 * [http://www.kr.tuwien.ac.at/staff/roman/dlvhex/ DLV-HEX] features "''second order''" external predicates taking relational input an returning relational output, as well as higher order atoms. It allows DLT as a pre-parser.

----
[[Anchor(publications)]]
== Publications ==
{{{[CIa+05]}}} Francesco Calimeri, Giovambattista Ianni. ''Template Programs for Disjunctive Logic Programming: An Operational Semantics''. AI Communications (to appear).
  NOTE: the camera-ready version is currently being completed, the actual work will be a bit different.
  The final version will be added here soon. ([http://www.mat.unical.it/~ianni/dlpt/template2AICOM.pdf .pdf])

{{{[IIC+04b]}}} Giovambattista Ianni, Giuseppe Ielpa, Francesco Calimeri, Adriana Pietramala, Maria Carmela Santoro. ''A System with Template Answer Set Programs''. In Proceedings of the 9th European Conference, JELIA 2004, LNCS 3229 Springer Verlag, Lisbon, Portugal, September 27-30, 2004. ([http://sv.mat.unical.it/~ianni/dlpt/systemDescription.pdf .pdf])

{{{[IIC+04]}}} Giovambattista Ianni, Giuseppe Ielpa, Francesco Calimeri, Adriana Pietramala, Maria Carmela Santoro. ''Enhancing Answer Set Programming with Templates''. In Proceedings of the 10th International Workshop on Non-Monotonic Reasoning NMR2004. Whistler, BC, Canada, June 6 - 8, 2004. ([http://sv.mat.unical.it/~ianni/dlpt/nmr2004.pdf .pdf])

{{{[IIP+03]}}} Giovambattista Ianni, Giuseppe Ielpa, Adriana Pietramala, Maria Carmela Santoro. Answer Set Programming with Templates. In Proceedings of the 2nd Intl. ASP'03 Workshop. Messina, Italy, September 26 - 28, 2003 - CEUR Workshop Proceedings. ([http://sv.mat.unical.it/~ianni/dlpt/dlt.pdf pdf])

[http://www.mat.unical.it/~ianni/dlpt/dltlogo.jpg]

An Answer Set Programming Frontend with Templates


  • [#dlt About DLT]
  • [#team The Team]
  • [#downloads Downloads]
  • [#related Related Works]
  • [#pubblications Publications]


Anchor(dlt)

About DLT

DLT is a frontend for disjunctive datalog, extending the [http://www.dlvsystem.com DLV system] with Template predicates.


Anchor(team)

The Team

Project Coordinator

Sr. Developers

  • Francesco Calimeri, Giuseppe Ielpa (emeritus)

Jr. Developers

  • Susanna Cozza, Adriana Pietramala , Maria Carmela Santoro

Contact us at dlt@mat.unical.it. Have a look at our [http://sv.mat.unical.it/~ianni/dlpt/gallery.htm gallery!]


Anchor(downloads)

Downloads

At the moment we provide only a Linux (i586) binary and a Windows binary. Other systems' executables will be sooner available.

Note: since DLT invokes DLV, you will need the DLV executable. Please find all versions at the official [http://www.dlvsystem.com webpage]. A limited compatibility with other solvers such as [http://www.tcs.hut.fi/Software/smodels/ Smodels] is also provided.

  • Check DLT official web page for news. To receive notifications about new releases and/or other important events regarding DLT, please contact us at dlt@mat.unical.it.


Anchor(related) Related Works

  • [http://www.mat.unical.it/kali/dlv-ex DLV-EX] is an Answer Set Programming System with External Predicates, featuring a framework aimed at enabling ASP to deal with external sources of computation. It has been implemented and is currently maintained by members of the DLV team from Università della Calabria (some of them are involved also into the DLT project). Sooner DLV-EX features will be part of the DLV System. It allows DLT as a pre-parser.

  • [http://www.kr.tuwien.ac.at/staff/roman/dlvhex/ DLV-HEX] features "second order" external predicates taking relational input an returning relational output, as well as higher order atoms. It allows DLT as a pre-parser.


Anchor(publications)

Publications

[CIa+05] Francesco Calimeri, Giovambattista Ianni. Template Programs for Disjunctive Logic Programming: An Operational Semantics. AI Communications (to appear).

[IIC+04b] Giovambattista Ianni, Giuseppe Ielpa, Francesco Calimeri, Adriana Pietramala, Maria Carmela Santoro. A System with Template Answer Set Programs. In Proceedings of the 9th European Conference, JELIA 2004, LNCS 3229 Springer Verlag, Lisbon, Portugal, September 27-30, 2004. ([http://sv.mat.unical.it/~ianni/dlpt/systemDescription.pdf .pdf])

[IIC+04] Giovambattista Ianni, Giuseppe Ielpa, Francesco Calimeri, Adriana Pietramala, Maria Carmela Santoro. Enhancing Answer Set Programming with Templates. In Proceedings of the 10th International Workshop on Non-Monotonic Reasoning NMR2004. Whistler, BC, Canada, June 6 - 8, 2004. ([http://sv.mat.unical.it/~ianni/dlpt/nmr2004.pdf .pdf])

[IIP+03] Giovambattista Ianni, Giuseppe Ielpa, Adriana Pietramala, Maria Carmela Santoro. Answer Set Programming with Templates. In Proceedings of the 2nd Intl. ASP'03 Workshop. Messina, Italy, September 26 - 28, 2003 - CEUR Workshop Proceedings. ([http://sv.mat.unical.it/~ianni/dlpt/dlt.pdf pdf])

mwiki: dlt (last edited 2011-09-21 10:38:45 by GiovambattistaIanni)