Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove the stateful model-checking from the archive. It's not working anymore
[simgrid.git] / src / mc / explo / simgrid_mc.cpp
2023-11-05 Martin QuinsonRemove the stateful model-checking from the archive...
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-04-26 Martin QuinsonMerge branch 'operation-plugin' into 'master'
2023-04-18 Martin QuinsonMerge branch 'udpor-phase7' into 'master'
2023-04-12 Arnaud GierschUse an exception on Exploration::system_exit().
2023-04-01 Martin QuinsonIgnore empty replay path + hide a global (to avoid...
2023-03-31 Martin QuinsonRename SIMGRID_HAVE_MC into SIMGRID_HAVE_STATEFUL_MC...
2023-03-31 Martin QuinsonCompile the safe part of MC in default mode too
2023-03-22 Martin QuinsonMerge branch 'udpor-phase6' into 'master'
2023-03-15 Martin QuinsonSanitize how we know the current MC mode
2023-02-20 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-18 Martin QuinsonKill src/include
2023-01-01 Arnaud GierschUpdate copyright lines for 2023.
2022-11-01 Fred SuterMerge branch 'fluidio' into 'master'
2022-10-27 Arnaud GierschUse true/false for boolean variable (Sonar).
2022-10-16 Martin QuinsonDon't include simgrid/config.h from simgrid/modelchecke...
2022-10-06 Arnaud GierschMerge branch 'wifi_clean' into 'master'
2022-08-07 Martin QuinsonMerge mc_safety.hpp into DFSExplorer class
2022-08-06 Martin QuinsonMake the RemoteApp a field of the Exploration, and...
2022-08-05 Martin QuinsonSimplify the MC initialization code
2022-08-04 Martin Quinsononly 3 more functions to go in mc::api
2022-08-03 Martin QuinsonMove the automaton from mc::api to Liveness. An ugly...
2022-08-02 Martin QuinsonSanitize MC finalization process and inline a function
2022-07-10 Martin QuinsonMC: allow to pass env variables to the verified application
2022-03-11 Martin QuinsonMerge branch 'add_remaining_comm_sync_bindings' into...
2022-03-09 Martin QuinsonRename mc::CheckerAlgorithm to mc::ExplorationAlgorithm...
2022-02-28 Arnaud GierschUseless lower-case alias.
2022-02-24 Arnaud GierschEnsure that MC session and checker are deleted.
2022-02-24 Arnaud GierschUse simpler std::vector.
2022-02-21 Martin QuinsonRename mc::Checker to mc::Exploration as it defines...