X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/80b0dab1bd7ba4a54252a45cba41e33991e9f6ff..d8646277c6b3e1e80c499bc2d73938a0a4f555a8:/src/mc/mc_config.cpp diff --git a/src/mc/mc_config.cpp b/src/mc/mc_config.cpp index 069d1cee7d..64a0e29a79 100644 --- a/src/mc/mc_config.cpp +++ b/src/mc/mc_config.cpp @@ -69,8 +69,11 @@ simgrid::config::Flag _sg_mc_strategy{ "model-check/strategy", "Specify the the kind of heuristic to use for guided model-checking", "none", - {{"none", "No specific strategy: simply pick the first available transistion."}, - {"nb_wait", "Take any enabled wait transition, to reduce the distance between an async and its wait."}}}; + {{"none", "No specific strategy: simply pick the first available transistion and act as a DFS."}, + {"max_match_comm", "Try to minimize the number of in-fly communication by appairing matching send and receive."}, + {"min_match_comm", "Try to maximize the number of in-fly communication by not appairing matching send and receive."}, + {"uniform", "No specific strategy: choices are made randomly based on a uniform sampling."} + }}; #if SIMGRID_HAVE_STATEFUL_MC simgrid::config::Flag _sg_mc_checkpoint{