Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] FIXME MC_cut()
authorGabriel Corona <gabriel.corona@loria.fr>
Fri, 11 Mar 2016 14:58:52 +0000 (15:58 +0100)
committerGabriel Corona <gabriel.corona@loria.fr>
Fri, 11 Mar 2016 16:03:20 +0000 (17:03 +0100)
src/mc/mc_client_api.cpp

index bd2482d..d362072 100644 (file)
@@ -38,6 +38,9 @@ void MC_assert(int prop)
 
 void MC_cut(void)
 {
+  // FIXME, this is a function called in the model-checked
+  // but the variable must be set in the model-checker.
+  // We should send a message here instead.
   user_max_depth_reached = 1;
 }