forked from jmcPereira/Alloy4FunWebApp
-
Notifications
You must be signed in to change notification settings - Fork 4
EM 19 10
Nuno Macedo edited this page Feb 1, 2020
·
5 revisions
This page provides the dataset collected during the 2019/20 edition of the "Specification and Modelling" graduate course at the University of Minho.
Id | Name | #Chall. | Permalink | Dataset |
---|---|---|---|---|
1 | Trash FOL | 10 | zA2MMSGy6iW8Mihep | Data |
2 | Classroom FOL | 15 | Pdvipvrpr5hg7JKbs | Data |
3 | Trash RL | 10 | WJdLnDL78m7mM7W4J | Data |
4 | Classroom RL | 15 | i5u2pjKJt6Bz227QT | Data |
5 | Graphs | 8 | 28fwdmjL79X4SQ9EP | Data |
6 | LTS | 7 | gqS3qTTn4B62NYmJX | Data |
7 | Production | 4 | PKy7chamCieZyCix5 | Data |
8 | CV | 4 | X72J6js9fA3CKYQWX | Data |
9 | Trash LTL | 20 | irRLJn7qbQq3xMFGp | Data |
Each entry of the dataset amounts to an executed or shared model and contains:
- _id: the id of the model
- time: the timestamp of its creation
- code: the complete code of the model
- derivationOf: the parent model
- original: the top-level parent model (the same within an exercise)
- sat: whether the command was satisfiable (failed attempt for checks), or -1 for errors [only for executions]
- cmd_i: the index of the executed command [only for executions]
- cmd_n: the name of the executed command [only for successful executions, i.e. no errors]
- cmd_c: whether the command was a check [only for successful executions, i.e. no errors]
- msg: the error or warning message [only for executions with errors or warning]
- theme: the visualisation theme [only for shared models]