Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
MC: move the reversible_race logic to the Transition class
[simgrid.git] / src / mc / transition / TransitionRandom.hpp
index 374d69d..27d9757 100644 (file)
@@ -24,6 +24,7 @@ public:
 
     return aid_ == other->aid_;
   } // Independent with any other transition
+  bool reversible_race(const Transition* other) const override;
 };
 
 } // namespace simgrid::mc