X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8ae5f4cb7292df072ca7df70e5d4ff6791b04cdf..aa013f7dd162e725e707dc8b191717562d541556:/src/mc/explo/udpor/EventSet.hpp diff --git a/src/mc/explo/udpor/EventSet.hpp b/src/mc/explo/udpor/EventSet.hpp index 67314f6041..9c091857f7 100644 --- a/src/mc/explo/udpor/EventSet.hpp +++ b/src/mc/explo/udpor/EventSet.hpp @@ -50,6 +50,7 @@ public: EventSet make_union(const UnfoldingEvent*) const; EventSet make_union(const EventSet&) const; EventSet make_union(const Configuration&) const; + EventSet make_intersection(const EventSet&) const; EventSet get_local_config() const; size_t size() const;