Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.txt | 2015-01-18 | 596 Bytes | |
DecideSkepticalAcceptance1_0_0.cpp | 2015-01-18 | 3.0 kB | |
Totals: 2 Items | 3.6 kB | 0 |
This is the first version. The program decides acceptance for each argument without enumerating complete extensions. To run a program type, for example, g++ DecideAcceptanceProgram.cpp -o prog.out prog.out inputFile.dl where the inputFile contains an argumentation framework. For instance, the input file of the framework a-->b-->c is arg(a). arg(b). arg(c). att(a,b). att(b,c). This format follows the input format of ASPARTIX (http://www.dbai.tuwien.ac.at/proj/argumentation/systempage/docu.htm). For questions/comments, please contact Samer.Nofal@gju.edu.jo