X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/40dcb0c263f765da65df1b58972d99eae54d7e4a..07f7802b2f1a6cfdf60cbd4b7155a55e10e4399a:/src/mc/explo/udpor/EventSet.cpp diff --git a/src/mc/explo/udpor/EventSet.cpp b/src/mc/explo/udpor/EventSet.cpp index 3973022f1b..f0dd8d1c4d 100644 --- a/src/mc/explo/udpor/EventSet.cpp +++ b/src/mc/explo/udpor/EventSet.cpp @@ -124,7 +124,7 @@ bool EventSet::is_valid_configuration() const /// which requires that all events have their history contained /// in the set const History history(*this); - return this->contains(history); + return contains(history) && is_conflict_free(); } bool EventSet::contains(const History& history) const