Skip to Content

TU Wien Fakultät für Informatik DBAI Database and Artificial Intelligence Group
Top-level Navigation: Current-level Navigation:

Path: DBAI > staff > Wolfgang Dvořák > Argumentation Tools > CAFs

Tools: Drucken


Evaluating CAFs

For the Input format see CAFs and well-formed CAFs. Some examples CAFs can be found here

Computing Claim Extensions

We extend the ASPARTIX-System with the CAF.dl file in order to compute the claim extensions.

CAF.dl:

claim(C) :- in(X), claim(X,C). att(Y,X):- arg(Y), claim(Y,C), wfAtt(C,X). #show claim/1.

Using gringo/clasp (see Potassco) the usage is as follows:

Testing whether a CAF is well-formed

Use the TestWellFormed.dl to test whether a CAF is well-formed.

TestWellFormed.dl:

notWellformed :- arg(X), arg(Y), arg(Z), claim(X,C), claim(Y,C), att(X,Z), not att(Y,Z). wellformed:- not notWellformed. #show notWellformed/0. #show wellformed/0.

Using gringo/clasp (see Potassco) the usage is as follows:


Home / Kontakt / Webmaster / Offenlegung gemäß § 25 Mediengesetz: Inhaber der Website ist das Institut für Logic and Computation an der Technischen Universität Wien, 1040 Wien. Die TU Wien distanziert sich von den Inhalten aller extern gelinkten Seiten und übernimmt diesbezüglich keine Haftung. Disclaimer / Datenschutzerklärung