Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
A few calls to mc_model_checker less by passing more parameters
[simgrid.git] / src / mc / explo / UdporChecker.cpp
2023-03-17 Martin QuinsonA few calls to mc_model_checker less by passing more...
2023-03-13 Fred SuterMerge branch 'master' into 'master'
2023-03-10 Martin QuinsonMerge branch 'udpor-phase5' into 'master'
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-28 Maxwell PirtleRemove CompatibilityGraph and friends
2023-02-27 Maxwell PirtleFix most of the remaining code warnings
2023-02-27 Maxwell PirtleAdd predicate filtering to compatibility graph comp
2023-02-27 Maxwell PirtleFix most cosmetics and code warnings
2023-02-27 Maxwell PirtleAdd first go at compatibility graph construction
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 GierschMerge branch 'simgrid-udpor-integration' into 'master'
2023-02-21 Maxwell PirtleAdd first implementations of History class
2023-02-20 Maxwell PirtleRemove StateManager
2023-02-20 Maxwell Pirtle"Finalize" interface to UnfoldingEvent
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 PirtleRemove currently unused methods from udpor_globals
2023-02-20 Maxwell PirtleAdd minor clean ups
2023-02-20 Maxwell PirtleAdd implementation for state management
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-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 Quinsonlog_state has nothing to do in RemoteApp, it belongs...
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...