Moved files to 'reactics-bdd'

This commit is contained in:
Artur Meski
2019-03-03 22:26:33 +00:00
parent 21edba3c65
commit 97c83ba535
1694 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
#
# Testowy RS
#
reactions {
{ { a;b; },{ c;d; } -> { x;y;c; } };
}
action-atoms {
e;
}
initial-state {
a; b;
}
ctl-property {
( EF ( (x AND y) ) )
}