Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of framagit.org:simgrid/simgrid
[simgrid.git] / src / mc / explo / udpor / EventSet.cpp
2023-06-28 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-06-28 Martin QuinsonMerge branch 'master' into 'python_bindings_host_load_p...
2023-06-27 Arnaud GierschRespect coding style for boolean operators.
2023-06-09 Martin QuinsonMerge branch 'udpor-phase8' into 'master'
2023-06-09 Maxwell PirtleAdd monotonically-increasing IDs for UnfoldingEvent
2023-06-09 Maxwell PirtleAdd preliminary basic tests for ex(C) computation
2023-06-05 mlaurentMerge branch 'master' of https://framagit.org/mwapl...
2023-04-26 Martin QuinsonMerge branch 'operation-plugin' into 'master'
2023-04-18 Martin QuinsonMerge branch 'udpor-phase7' into 'master'
2023-04-06 Maxwell PirtleFix bug with immediate conflict detection
2023-04-05 Maxwell PirtleFix dynamic_cast<> typo for computation for CommRecv
2023-04-05 Maxwell PirtleAdd first round of debug logging to UDPOR
2023-04-05 Maxwell PirtleAdd skeleton implementation for ex(C) for CommSend
2023-03-23 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-03-22 Martin QuinsonMerge branch 'udpor-phase6' into 'master'
2023-03-16 Maxwell PirtleAdd full example for K-partial alternatives
2023-03-13 Fred SuterMerge branch 'master' into 'master'
2023-03-13 Maxwell PirtleAdd clean up phase to UDPOR
2023-03-10 Martin QuinsonMerge branch 'udpor-phase5' into 'master'
2023-03-09 Maxwell PirtleRequire conflict-freedom in is_valid_configuration
2023-03-08 Maxwell PirtleAdd preliminary tests for checking event conflicts
2023-03-08 Maxwell PirtleAdd conflict detection to EventSet
2023-03-07 Maxwell PirtleMove topological ordering to EventSet
2023-03-07 Maxwell PirtleRename `EventSet::is_maximal_event_set()`
2023-03-05 Martin QuinsonMerge branch 'maximal-subset-search' into 'master'
2023-03-02 Maxwell PirtlePass references to `const Unfolding*` in most places
2023-03-01 Maxwell PirtleUse boost::iterator_facade for History::Iterator
2023-02-28 Augustin DegommeMerge branch 'udpor-phase3' into 'master'
2023-02-27 Maxwell PirtleFix most cosmetics and code warnings
2023-02-24 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-23 Arnaud GierschMerge branch 'simgrid-udpor-integration' into 'master'
2023-02-22 Maxwell PirtleImplement adding events to configurations
2023-02-22 Maxwell PirtleAdd extensive tests for checking valid configurations
2023-02-21 Maxwell PirtleAdd method to check if an EventSet is a config
2023-02-20 Maxwell PirtleAdd implementations for EventSet + Configurations
2023-02-20 Maxwell PirtleUse std::unordered_set instead of std::set for EventSet
2023-02-20 Maxwell PirtleMove UDPOR constructs out of udpor_global.cpp
2023-02-20 Maxwell PirtleAdd `udpor` directory under `mc/explo`