Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge mc_safety.hpp into DFSExplorer class
[simgrid.git] / src / mc / explo / simgrid_mc.cpp
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...