Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : add new MAX_DEPTH_LIVENESS with verification liveness properties
authorMarion Guthmuller <marion.guthmuller@loria.fr>
Mon, 7 Nov 2011 14:47:04 +0000 (15:47 +0100)
committerMarion Guthmuller <marion.guthmuller@loria.fr>
Mon, 7 Nov 2011 14:47:04 +0000 (15:47 +0100)
src/mc/private.h

index 2e4730c..07379d2 100644 (file)
@@ -44,6 +44,7 @@ extern double *mc_time;
 
 /* Bound of the MC depth-first search algorithm */
 #define MAX_DEPTH 1000
+#define MAX_DEPTH_LIVENESS 150
 
 int MC_deadlock_check(void);
 void MC_replay(xbt_fifo_t stack);