Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new entry in Release_Notes.
[simgrid.git] / src / mc / explo / Exploration.hpp
2023-11-07 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-11-05 Martin QuinsonRemove the stateful model-checking from the archive...
2023-11-03 Martin QuinsonMerge branch 'master' into simgrid-fork-changelog-plugins
2023-11-02 Martin QuinsonMC: display the 100 first transitions when we reach...
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-05-12 Maxwell PirtleIntegrate SDPOR into `model-check/reduction` flag
2023-05-10 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-05-03 Martin QuinsonFactorize more code between DFSExplo and LivenessExplo...
2023-04-26 Martin QuinsonMerge branch 'operation-plugin' into 'master'
2023-04-18 Martin QuinsonMerge branch 'udpor-phase7' into 'master'
2023-04-12 Arnaud GierschInline Exploration::system_error.
2023-04-12 Arnaud GierschUse an exception on Exploration::system_exit().
2023-03-23 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-03-22 Martin QuinsonFix some easy sonar smells
2023-03-22 Martin QuinsonMerge branch 'udpor-phase6' into 'master'
2023-03-20 Martin QuinsonPut everything in position to re-fork the verified App
2023-03-20 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-03-19 Martin QuinsonMake a global singleton of Exploration, to kill ModelCh...
2023-03-13 Fred SuterMerge branch 'master' into 'master'
2023-03-12 Martin QuinsonMove another function out of ModelChecker
2023-03-12 Martin QuinsonMove a function from ModelChecker to Exploration
2023-03-12 Martin QuinsonMove one method from ModelChecker to Exploration
2023-03-05 Martin QuinsonMerge branch 'maximal-subset-search' into 'master'
2023-03-02 Martin QuinsonMove the dot_output from ModelChecker to Exploration
2023-01-01 Arnaud GierschUpdate copyright lines for 2023.
2022-10-06 Arnaud GierschMerge branch 'wifi_clean' into 'master'
2022-08-09 Arnaud GierschFix the fixme (inline templated struct).
2022-08-07 Martin QuinsonMerge mc_safety.hpp into DFSExplorer class
2022-08-06 Martin QuinsonFinish the removal of mc::api by moving the last bits...
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-03-11 Martin QuinsonMerge branch 'add_remaining_comm_sync_bindings' into...
2022-03-09 Martin QuinsonRename mc::SafetyChecker to mc::DFSExplorer
2022-02-21 Martin QuinsonRename mc::Checker to mc::Exploration as it defines...