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 cfd0651..62fc3cf 100644 (file)
@@ -14,7 +14,7 @@ extern xbt_automaton_t automaton;
 
 
 int p=1;
-int r=1;
+int r=0;
 int q=1;
 int e=1;
 int d=1;
@@ -55,8 +55,7 @@ int server(int argc, char *argv[])
     }
     MSG_task_receive(&task, "mymailbox");
     count++;
-    r=(r+1)%2;
-    //d=(d+1)%2;
+    //r=(r+1)%2;
     //XBT_INFO("r (server) = %d", r);
      
   }