Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix with full compiler warnings
[simgrid.git] / src / mc / explo / DFSExplorer.hpp
index d30de613984f9360d8a2560d9f19e224c9227fa7..924484270ac73abaef523552081002cf8d71c7f2 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2008-2022. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2008-2023. The SimGrid Team. All rights reserved.          */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
@@ -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_;