Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
détection de cycle d'acceptation ok mais boucle infinie en cas d'absence de cycle
[simgrid.git] / examples / msg / mc / example_automaton.c
index 6f5e019..67f5f87 100644 (file)
@@ -39,6 +39,8 @@ int server(int argc, char *argv[])
     }
     MSG_task_receive(&task, "mymailbox");
     count++;
+    //e++;
+    //e=e%2;
   }
   //MC_assert(atoi(MSG_task_get_name(task)) == 3);