Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Create SafetyChecker::backtrack() method
[simgrid.git] / src / mc / SafetyChecker.hpp
index 39b0834..8d237ce 100644 (file)
@@ -31,6 +31,7 @@ private:
   // Temp
   void init();
   bool checkNonTermination(simgrid::mc::State* current_state);
+  int backtrack();
 private:
   /** Stack representing the position in the exploration graph */
   std::list<std::unique_ptr<simgrid::mc::State>> stack_;