Skip to content

A labeling based backtracking solver for Abstract Argumentation, Bachelor Project

Notifications You must be signed in to change notification settings

LukasKinder/THEIA

Repository files navigation

complie with gcc *.c -lm -o theia

run with "./theia -f <path>" with <path> being the path to some argumentation frame in trivial graph format.

the -v flag may be used to print the search tree

the -p flag may be used as well but the only valid argument is EE-CO (finding all complete sets).

the -h flag may be used to specify an heurist. Possible arguments are "min", "sum", "exp" and "adp" (default). 

Example:
./theia -p EE-CO  -f  example_ICCMA2019.tgf -h sum
or
./theia -f example_ICCMA2019.tgf -v


About

A labeling based backtracking solver for Abstract Argumentation, Bachelor Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages