Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move DPOR and sleep set algorithm from backtrack to run procedure
[simgrid.git] / src / mc / explo / udpor / udpor_forward.hpp
index 10082359fb9392cd5a20913342ca75766a3b8a53..1cbdb2e0e53033c18d5348c91b0939958c3b2099 100644 (file)
@@ -3,7 +3,7 @@
 /* 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. */
 
-/** @file mc_forward.hpp
+/** @file udpor_forward.hpp
  *
  *  Forward definitions for MC types specific to UDPOR
  */
@@ -18,6 +18,7 @@ class Configuration;
 class History;
 class Unfolding;
 class UnfoldingEvent;
+class maximal_subsets_iterator;
 
 } // namespace simgrid::mc::udpor