Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
adding sleep sets to reduction techniques
[simgrid.git] / src / mc / explo / DFSExplorer.hpp
index 0a0d51e..9244842 100644 (file)
@@ -83,6 +83,7 @@ public:
 private:
   void check_non_termination(const State* current_state);
   void backtrack();
+  bool sleep_set_reduction_ = true; 
 
   /** Stack representing the position in the exploration graph */
   std::list<std::unique_ptr<State>> stack_;