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 / DFSExplorer.hpp
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-16 Maxwell PirtleAdd explicit ODPOR clean-up phase to DFSExplorer
2023-05-12 Maxwell PirtleIntegrate SDPOR into `model-check/reduction` flag
2023-05-12 Maxwell PirtleAdd initial outline of SDPOR implementation
2023-05-12 Maxwell PirtleAdd `Execution` to represent series of transitions
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-18 Martin QuinsonMerge branch 'udpor-phase7' into 'master'
2023-04-05 Arnaud GierschExamine all opened_states_ to find the best candidate.
2023-04-05 Arnaud GierschSonar smells; remove redundant mentions of std::shared_...
2023-04-04 Arnaud GierschUse a multiset to handle opened states, and ensures...
2023-03-31 Martin QuinsonRename SIMGRID_HAVE_MC into SIMGRID_HAVE_STATEFUL_MC...
2023-03-31 Martin QuinsonFix non-MC builds when MC-only dependencies are missing
2023-03-31 Martin QuinsonMerge branch 'master' into 'master'
2023-03-30 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-03-30 mlaurentReplace state copy with recipe: list of transition...
2023-03-28 mlaurentChange opened states for a priority queue
2023-03-27 mlaurentAbide by both compiler warnings
2023-03-27 mlaurentNow handle random transition and multiple times transitions
2023-03-27 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-03-24 Martin QuinsonMC: disable personality() as it fails on CI and is...
2023-03-24 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-03-23 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-03-23 mlaurenttry to fix stack handling
2023-03-05 Martin QuinsonMerge branch 'maximal-subset-search' into 'master'
2023-03-02 Martin QuinsonMove the stats of visited_states count from ModelChecke...
2023-02-22 mlaurentfix a few test with dpor
2023-02-20 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-17 mlaurentDefault is not to use sleep-set to agree with existing...
2023-02-17 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-16 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-16 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-15 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-13 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-13 mlaurentadding sleep sets to reduction techniques
2023-01-01 Arnaud GierschUpdate copyright lines for 2023.
2022-10-06 Arnaud GierschMerge branch 'wifi_clean' into 'master'
2022-08-07 Martin Quinsonmc:DFSExplo: cosmetics in the backtracking
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-04 Martin QuinsonPass the remote app as a parameter to all exploration...
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