Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : new example for liveness properties
[simgrid.git] / examples / msg / mc / promela_centralized_liveness
diff --git a/examples/msg/mc/promela_centralized_liveness b/examples/msg/mc/promela_centralized_liveness
new file mode 100644 (file)
index 0000000..c5169d1
--- /dev/null
@@ -0,0 +1,11 @@
+never { /* !(GFcs2) */
+T0_init :    /* init */
+       if
+       :: (1) -> goto T0_init
+       :: (!cs2) -> goto accept_S2
+       fi;
+accept_S2 :    /* 1 */
+       if
+       :: (!cs2) -> goto accept_S2
+       fi;
+}
\ No newline at end of file