Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Another attempt to fix the printf issue on mac: don't use uint64 :)
[simgrid.git] / src / mc / explo / udpor / UnfoldingEvent.hpp
2023-11-05 Martin QuinsonAnother attempt to fix the printf issue on mac: don...
2023-06-28 Martin QuinsonMerge branch 'master' into 'python_bindings_host_load_p...
2023-06-13 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-09 Martin QuinsonMerge branch 'udpor-phase8' into 'master'
2023-06-09 Maxwell PirtleAdd monotonically-increasing IDs for UnfoldingEvent
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-05 Maxwell PirtleFix conflict detection between configs + history
2023-04-05 Maxwell PirtleIntermediate commit to prove that UDPOR functions
2023-04-05 Maxwell PirtleFill in implementation of CommWait before large changes
2023-04-05 Maxwell PirtleAdd skeleton implementation for ex(C) for CommSend
2023-04-05 Maxwell PirtleBegin tracking latest events for each actor
2023-03-23 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-03-22 Martin QuinsonMerge branch 'udpor-phase6' into 'master'
2023-03-20 Maxwell PirtleAddress minor comments in MR review
2023-03-13 Fred SuterMerge branch 'master' into 'master'
2023-03-10 Martin QuinsonMerge branch 'udpor-phase5' into 'master'
2023-03-10 Maxwell PirtleAdd first test for immediate conflicts edge case
2023-03-10 Maxwell PirtleAdd first batch of tests for conflict detection among...
2023-03-09 Maxwell PirtleAdd test to verify topological ordering of EventSet
2023-03-08 Maxwell PirtleBegin filling in computations of ex(C) and en(C)
2023-03-08 Maxwell PirtleFix logic for mutual conflict between two events
2023-03-08 Maxwell PirtleAdd conflict detection to EventSet
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-02 Maxwell PirtleAdd first implementation of maximal_subsets_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-21 Maxwell PirtleAdd first batch of tests for History class
2023-02-21 Maxwell PirtleAdd first implementations of History class
2023-02-21 Maxwell PirtleIntroduce extrinsic equivalence between events
2023-02-20 Maxwell PirtleAdd first batch of tests for UDPOR
2023-02-20 Maxwell Pirtle"Finalize" interface to UnfoldingEvent
2023-02-20 Maxwell PirtleAdd xbt_assert() for state handle overflow
2023-02-20 Maxwell PirtleMove UDPOR constructs out of udpor_global.cpp
2023-02-20 Maxwell PirtleAdd `udpor` directory under `mc/explo`