Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rename `EventSet::is_maximal_event_set()`
[simgrid.git] / src / mc / explo / udpor / EventSet.cpp
index 5417103..3982cbe 100644 (file)
@@ -129,7 +129,7 @@ bool EventSet::contains(const History& history) const
   return std::all_of(history.begin(), history.end(), [=](const UnfoldingEvent* e) { return this->contains(e); });
 }
 
-bool EventSet::is_maximal_event_set() const
+bool EventSet::is_maximal() const
 {
   const History history(*this);
   return *this == history.get_all_maximal_events();