Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add debug log for ODPOR + required explaining comments
[simgrid.git] / src / mc / explo / odpor / Execution.cpp
2023-11-08 mlaurentAdd debug log for ODPOR + required explaining comments
2023-06-29 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-29 Arnaud GierschShadowed variables (Sonar).
2023-06-28 Arnaud GierschFix: "std::move" should only be used where moving can...
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-27 Arnaud GierschUse the init-statement to reduce scope of local variabl...
2023-06-05 mlaurentMerge branch 'master' of https://framagit.org/mwapl...
2023-06-05 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-05 Martin QuinsonMerge branch 'rename-operation-task' into 'master'
2023-06-05 Martin QuinsonMerge branch 'odpor-implementation' into 'master'
2023-06-01 Maxwell PirtleIntroduce ODPOR integration with multiple actions
2023-06-01 Maxwell PirtleAdd small test for insertions
2023-05-31 Maxwell PirtleAdd more independence tests w.r.t a partial execution
2023-05-30 Maxwell PirtleFix subtle bug in ~_E computation
2023-05-26 Maxwell PirtleResolve misconception with ODPOR pseudocode impl.
2023-05-26 Maxwell PirtleResolve misconception with SDPOR pseudocode impl.
2023-05-26 Maxwell PirtleFix subtle bug in Execution regeneration in DFSExplorer
2023-05-25 Maxwell PirtleFix two minor bugs in the ODPOR implementation
2023-05-24 Maxwell PirtleAdd reversible race implementations for Comm actions
2023-05-24 Maxwell PirtleAdd reversible race calculator
2023-05-24 Maxwell PirtleAdd non-trivial insertion test
2023-05-23 Maxwell PirtleAdd first round of execution independence tests
2023-05-17 Maxwell PirtleAdd first "working" version of ODPOR
2023-05-16 Maxwell PirtleAdd explicit ODPOR clean-up phase to DFSExplorer
2023-05-16 Maxwell PirtleAdd ODPOR extension computation (lines 4-6)
2023-05-16 Maxwell PirtleUse `std::shared_ptr<Transition>` for Execution
2023-05-16 Maxwell PirtleAdd ODPOR race detection phase rough-draft
2023-05-16 Maxwell PirtleAdd complicated computation of v ~_E w to Execution
2023-05-16 Maxwell PirtleAdd skeleton of implementation for tree insertion
2023-05-16 Maxwell PirtleAdd more docmentation for get_first_sdpor_initial()
2023-05-12 Maxwell PirtleAdd more documentation to essential SDPOR methods
2023-05-12 Maxwell PirtleFix subtlety with SDPOR/ODPOR initials
2023-05-12 Maxwell PirtleFix two off-by-one errors with clock vectors
2023-05-12 Maxwell PirtleAdd workaround for subtlety with state regeneration
2023-05-12 Maxwell PirtleAdd first tests for "happens-before"
2023-05-12 Maxwell PirtleMove SDPOR core computation into a method
2023-05-12 Maxwell PirtleAdd tentatively-working SDPOR implementation
2023-05-12 Maxwell PirtleAdd initial outline of SDPOR implementation
2023-05-12 Maxwell PirtleAdd Execution concept without ExecutionViews