From: Maxwell Pirtle Date: Thu, 2 Mar 2023 08:28:34 +0000 (+0100) Subject: Add first implementation of maximal_subsets_iterator X-Git-Tag: v3.34~372^2~6 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/61a8bb9423361cde6dfc57a00815e5fc99320ca4?hp=61a8bb9423361cde6dfc57a00815e5fc99320ca4 Add first implementation of maximal_subsets_iterator The maximal_subsets_iterator traverses the subsets of events of a configuration `C` which are maximal, viz. those subsets of `C` which are causally-free. ---