Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Pass large objects by reference to const (Sonar).
[simgrid.git] / src / mc / explo / udpor / maximal_subsets_iterator.hpp
2023-06-29 Arnaud GierschPass large objects by reference to const (Sonar).
2023-06-28 Arnaud GierschReplace redundant type with "auto" (Sonar).
2023-06-05 mlaurentMerge branch 'master' of https://framagit.org/mwapl...
2023-05-10 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-05-10 Martin QuinsonMerge branch 'dag-lab' into 'master'
2023-05-10 Martin QuinsonMerge branch 'changelog-operation-plugin' into 'master'
2023-05-09 Arnaud GierschUse a std::vector as an underlying container for backtr...
2023-05-02 Arnaud GierschDefine each identifier in a dedicated statement (sonar).
2023-04-27 Arnaud GierschThere is no need to declare the default constructors...
2023-04-27 Arnaud GierschFix build error: exception specification of explicitly
2023-04-26 Martin QuinsonMerge branch 'operation-plugin' into 'master'
2023-04-18 Martin QuinsonMerge branch 'udpor-phase7' into 'master'
2023-04-05 Maxwell PirtleAdd first steps for ex(C) for CommWait
2023-03-13 Fred SuterMerge branch 'master' into 'master'
2023-03-10 Martin QuinsonMerge branch 'udpor-phase5' into 'master'
2023-03-08 Maxwell PirtleAdd conflict detection to EventSet
2023-03-08 Martin QuinsonMerge branch 'udpor-phase4' into 'master'
2023-03-07 Maxwell PirtleAdd ability to restrict maximum subset size
2023-03-07 Maxwell PirtleAdd asserts for Configuration vs EventSet
2023-03-07 Maxwell PirtleAllow iteration over maximal subsets of an EventSet
2023-03-06 Maxwell PirtleWrite maximal_subsets_iterator_wrapper with xbt utils
2023-03-06 Maxwell PirtleAdd computation for minimally reproducible sets
2023-03-05 Arnaud GierschFix compilation error with clang 11.0.1.
2023-03-05 Martin QuinsonMerge branch 'maximal-subset-search' into 'master'
2023-03-03 Maxwell PirtleFilter events before performing iteration
2023-03-02 Maxwell PirtleFix subtle implementation bug with maximal set filtering
2023-03-02 Maxwell PirtleAdd working implementation of maximal_subsets_iterator
2023-03-02 Maxwell PirtleClean up maximum_subsets_iterator
2023-03-02 Maxwell PirtlePass references to `const Unfolding*` in most places
2023-03-02 Maxwell PirtleAdd first implementation of maximal_subsets_iterator