A converter from grounded GDL-II (in ASP-format) to ISPL SLK. The paper is attached
Input assumption:
-
the GDL-II description is valid
-
all static variables only appear as facts (i.e., they are grounded away from the body of rules)
-
goal only appear in the head, role only appear as facts
Note that 2) and 3) are introduced for performance reasons
To translate a GDL-II to ISPL interpreted system run:
python translate-noterminal-v5.py [path to GDL-II file] [recall depth] > model.slk
To perform model checking run:
./mcmas-slk_64 [path to the ispl/slk file]