Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Begin filling in computations of ex(C) and en(C)
[simgrid.git] / src / mc / explo / UdporChecker.hpp
2023-03-08 Maxwell PirtleBegin filling in computations of ex(C) and en(C)
2023-03-05 Martin QuinsonMerge branch 'maximal-subset-search' into 'master'
2023-03-02 Maxwell PirtlePass references to `const Unfolding*` in most places
2023-02-28 Augustin DegommeMerge branch 'udpor-phase3' into 'master'
2023-02-27 Maxwell PirtleFix most of the remaining code warnings
2023-02-27 Maxwell PirtleFix most cosmetics and code warnings
2023-02-27 Maxwell PirtleAdd first steps towards an implementation of ex(C)
2023-02-24 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-23 Arnaud GierschComment out unused private fields (fix compilation...
2023-02-23 Arnaud GierschMerge branch 'simgrid-udpor-integration' into 'master'
2023-02-20 Maxwell PirtleRemove StateManager
2023-02-20 Maxwell Pirtle"Finalize" interface to UnfoldingEvent
2023-02-20 Maxwell PirtleMove UDPOR constructs out of udpor_global.cpp
2023-02-20 Maxwell PirtleRemove currently unused methods from udpor_globals
2023-02-20 Maxwell PirtleAdd minor clean ups
2023-02-20 Maxwell PirtleAdd incomplete implementations of udpor_globals.cpp
2023-02-20 Maxwell PirtleAdd `udpor` namespace
2023-02-20 Maxwell PirtleBegin porting implementation from tiny_simgrid
2023-02-20 Maxwell PirtleAdd methods between EventSet and Configuration
2023-01-01 Arnaud GierschUpdate copyright lines for 2023.
2022-10-06 Arnaud GierschMerge branch 'wifi_clean' into 'master'
2022-08-09 Martin QuinsonMC: apply some sonar advices
2022-08-06 Martin QuinsonMake the RemoteApp a field of the Exploration, and...
2022-08-02 Martin QuinsonConvert Api::get_maxpid() into RemoteApp::get_maxpid()
2022-08-02 Martin QuinsonRename mc::Session into mc::api::RemoteApp
2022-05-10 Arnaud GierschConcatenate nested namespaces (sonar).
2022-02-21 Martin QuinsonRename mc::Checker to mc::Exploration as it defines...