Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : new examples (with tesh) for verification of liveness properties...
[simgrid.git] / examples / msg / mc / chord / promela_chord_liveness
diff --git a/examples/msg/mc/chord/promela_chord_liveness b/examples/msg/mc/chord/promela_chord_liveness
deleted file mode 100644 (file)
index 0e9dd9d..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-never { /* !(!(GFjoin)) */
-T0_init :    /* init */
-       if
-       :: (join) -> goto accept_S1
-       :: (1) -> goto T0_init
-       fi;
-accept_S1 :    /* 1 */
-       if
-       :: (join) -> goto accept_S1
-       :: (1) -> goto T0_init
-       fi;
-}
\ No newline at end of file