Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add clean up phase to UDPOR
[simgrid.git] / src / mc / explo / udpor / EventSet.cpp
index f0dd8d1..ea42f8b 100644 (file)
@@ -90,6 +90,11 @@ EventSet EventSet::make_union(const Configuration& config) const
   return make_union(config.get_events());
 }
 
+EventSet EventSet::get_local_config() const
+{
+  return History(*this).get_all_events();
+}
+
 size_t EventSet::size() const
 {
   return this->events_.size();