Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : DPOR (independant transitions) algorithm for liveness properties
[simgrid.git] / examples / msg / mc / example_automaton.c
index b9fb5d7..62fc3cf 100644 (file)
@@ -16,7 +16,7 @@ extern xbt_automaton_t automaton;
 int p=1;
 int r=0;
 int q=1;
-int e=0;
+int e=1;
 int d=1;
 
 
@@ -55,8 +55,7 @@ int server(int argc, char *argv[])
     }
     MSG_task_receive(&task, "mymailbox");
     count++;
-    e=(e+1)%2;
-    //d=(d+1)%2;
+    //r=(r+1)%2;
     //XBT_INFO("r (server) = %d", r);
      
   }