Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of framagit.org:simgrid/simgrid
[simgrid.git] / src / mc / explo / LivenessChecker.hpp
2023-06-05 mlaurentMerge branch 'master' of https://framagit.org/mwapl...
2023-05-10 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-05-03 Martin QuinsonFactorize more code between DFSExplo and LivenessExplo...
2023-03-13 Fred SuterMerge branch 'master' into 'master'
2023-03-12 Martin QuinsonMC: rename remote/RemoteProcess to sosp/RemoteProcessMemory
2023-03-05 Martin QuinsonMerge branch 'maximal-subset-search' into 'master'
2023-03-03 Martin QuinsonMove the PageStore from ModelChecker to RemoteApp
2023-01-01 Arnaud GierschUpdate copyright lines for 2023.
2022-10-06 Arnaud GierschMerge branch 'wifi_clean' into 'master'
2022-08-25 Arnaud GierschDeclare functions "const" (sonar).
2022-08-09 Martin QuinsonMC: apply some sonar advices
2022-08-06 Martin QuinsonMake the RemoteApp a field of the Exploration, and...
2022-08-03 Martin QuinsonMove the automaton from mc::api to Liveness. An ugly...
2022-08-02 Martin QuinsonConvert Api::get_maxpid() into RemoteApp::get_maxpid()
2022-08-02 Martin QuinsonRename mc::Session into mc::api::RemoteApp
2022-07-30 Martin QuinsonLiveness: rename graph_state -> app_state and automaton...
2022-07-30 Martin Quinsonfurther reduce the amount of call sites for RemoteProce...
2022-05-10 Arnaud GierschConcatenate nested namespaces (sonar).
2022-02-21 Martin QuinsonRename mc::Checker to mc::Exploration as it defines...