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.cpp
2023-11-05 Martin QuinsonAnother attempt to fix the printf issue on mac: don...
2023-11-05 Martin QuinsonAvoid casting errors in printf on MacOSX
2023-06-29 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-28 Arnaud GierschRemove nested code blocks (Sonar).
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-13 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-09 Martin QuinsonMerge branch 'udpor-phase8' into 'master'
2023-06-09 Maxwell PirtleAdd ex(C) example with a small program
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-06 Maxwell PirtleFix bug with immediate conflict detection
2023-04-05 Maxwell PirtleFix conflict detection between configs + history
2023-04-05 Maxwell PirtleAdd first round of debug logging to UDPOR
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-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-15 Maxwell PirtleAdd semantic equivalence to UnfoldingEvent
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-10 Maxwell PirtleAdd first batch of tests for conflict detection among...
2023-03-09 Maxwell PirtleAdd implementation for immediate conflicts
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-free invariant check to Configuration
2023-03-08 Maxwell PirtleAdd preliminary tests for checking event conflicts
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-24 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-23 Arnaud GierschMerge branch 'simgrid-udpor-integration' into 'master'
2023-02-22 Maxwell PirtleAdd extensive tests for checking valid configurations
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 Pirtle"Finalize" interface to UnfoldingEvent
2023-02-20 Maxwell PirtleAdd xbt_assert() for state handle overflow
2023-02-20 Maxwell PirtleAdd `udpor` directory under `mc/explo`