Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix MANIFEST.in etc.
[simgrid.git] / src / mc / explo / DFSExplorer.cpp
2023-05-31 Maxwell PirtleFix MANIFEST.in etc.
2023-05-30 Maxwell PirtleForce the use of sleep sets with ODPOR
2023-05-26 Maxwell PirtleResolve misconception with SDPOR pseudocode impl.
2023-05-26 Maxwell PirtleFix subtle bug in Execution regeneration in DFSExplorer
2023-05-25 Maxwell PirtleKeep pointers to transitions instead of slices
2023-05-25 Maxwell PirtleFix two minor bugs in the ODPOR implementation
2023-05-24 Maxwell PirtleAdd reversible race calculator
2023-05-23 Maxwell PirtleAdd first round of execution independence tests
2023-05-16 Maxwell PirtleAdd explicit ODPOR clean-up phase to DFSExplorer
2023-05-16 Maxwell PirtleAdd ODPOR "backtracking" logic
2023-05-16 Maxwell PirtleAdd ODPOR extension computation (lines 4-6)
2023-05-16 Maxwell PirtleUse `std::shared_ptr<Transition>` for Execution
2023-05-16 Maxwell PirtleAdd ODPOR race detection phase rough-draft
2023-05-16 Maxwell PirtleAdd tree pruning/subtree methods to State
2023-05-16 Maxwell PirtleAdd skeleton for expansion phase of ODPOR
2023-05-16 Maxwell PirtleAdd more docmentation for get_first_sdpor_initial()
2023-05-12 Maxwell PirtleIntegrate SDPOR into `model-check/reduction` flag
2023-05-12 Maxwell PirtleAdd more documentation to essential SDPOR methods
2023-05-12 Maxwell PirtlePrevent adding outgoing transition for top-most state
2023-05-12 Maxwell PirtleAdd workaround for subtlety with state regeneration
2023-05-12 Maxwell PirtleMove SDPOR core computation into a method
2023-05-12 Maxwell PirtleAdd tentatively-working SDPOR implementation
2023-05-12 Maxwell PirtleAdd initial outline of SDPOR implementation
2023-05-10 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-05-10 Martin QuinsonDFS MC: Restore from system states even if we have...
2023-05-03 Martin QuinsonOne use less of get_recipe() that will soon die
2023-05-03 Martin QuinsonFactorize more code between DFSExplo and LivenessExplo...
2023-04-27 Martin QuinsonMore automatic memory mgmt in MC
2023-04-27 Martin QuinsonMC: give each state an incoming transition too
2023-04-27 Arnaud GierschFix comment.
2023-04-26 Martin QuinsonMerge branch 'operation-plugin' into 'master'
2023-04-18 Martin QuinsonMerge branch 'udpor-phase7' into 'master'
2023-04-17 Martin Quinsonsonar fixes
2023-04-15 Martin QuinsonMake sure that we never have a 0 transition at the...
2023-04-12 Arnaud GierschRemove useless specialized exceptions from simgrid...
2023-04-12 Arnaud GierschSonar...
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 QuinsonCompile the safe part of MC in default mode too
2023-03-31 Martin QuinsonMerge branch 'master' into 'master'
2023-03-30 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-03-30 mlaurentRename guide as strategy and fix counter-example displa...
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 Martin QuinsonFix the refork feature by not ptracing App so that...
2023-03-24 mlaurentAdd copy constructor to state, so we can backtrack...
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-22 Martin QuinsonMerge branch 'udpor-phase6' into 'master'
2023-03-20 Martin QuinsonDo not initialize the App's memory introspection if...
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 QuinsonAnother use of mc_model_checker disapears. In Snapshot...
2023-03-19 Martin Quinsonanother mc_model_checker call location disappears
2023-03-18 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-03-18 mlaurentBases for wait distance guide
2023-03-18 Martin QuinsonMerge branch 'master' into 'master'
2023-03-18 mlaurentMove DPOR and sleep set algorithm from backtrack to...
2023-03-18 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-03-18 mlaurentReplace todo direct access with consider methods; guide...
2023-03-18 mlaurentBasicGuide handle next_transition if asked to
2023-03-17 Martin QuinsonA few calls to mc_model_checker less by passing more...
2023-03-17 Martin QuinsonMerge branch 'master' into 'master'
2023-03-17 mlaurentAdd reference to parent state: only use this creation...
2023-03-13 Martin QuinsonCosmetics
2023-03-13 Fred SuterMerge branch 'master' into 'master'
2023-03-13 Martin QuinsonGive the remote_process_memory to the mc::State constructor
2023-03-12 Martin QuinsonMove 2 functions from mc::ModelChecker to mc::RemoteApp
2023-03-12 Martin QuinsonMC: rename remote/RemoteProcess to sosp/RemoteProcessMemory
2023-03-05 Martin QuinsonMerge branch 'maximal-subset-search' into 'master'
2023-03-04 Arnaud GierschWalking the stack in the forward direction gives the...
2023-03-03 Martin QuinsonFix a useless change -- and go get some sleep
2023-03-03 Martin QuinsonReindent -- almost no real change
2023-03-03 Martin Quinsonfix MC + gcc builds
2023-03-03 Martin QuinsonMove the PageStore from ModelChecker to RemoteApp
2023-03-02 Martin QuinsonMove the stats of visited_states count from ModelChecke...
2023-03-02 Martin QuinsonMove the dot_output from ModelChecker to Exploration
2023-03-02 Martin QuinsonOne reference to the global singleton mc_model_checker...
2023-03-02 Martin QuinsonRename some fields to obey our coding standard
2023-02-26 Martin QuinsonMerge branch 'master' into 'master'
2023-02-24 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-24 mlaurentfix the done marking of multiple times taken transitions
2023-02-22 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
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-17 mlaurentfix with full compiler warnings
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 mlaurentupdated doc
2023-02-15 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
next