Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
doc: fix the name of an option, and document the default value used in the code
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Mon, 5 Apr 2021 13:12:50 +0000 (15:12 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Mon, 5 Apr 2021 13:12:55 +0000 (15:12 +0200)
docs/source/Configuring_SimGrid.rst

index f048a73..08e9d63 100644 (file)
@@ -646,11 +646,11 @@ graphviz dot tool to generate a corresponding graphical representation.
 Exploration Depth Limit
 .......................
 
-The ``model-checker/max-depth`` can set the maximum depth of the
+The ``model-check/max-depth`` can set the maximum depth of the
 exploration graph of the model checker. If this limit is reached, a
 logging message is sent and the results might not be exact.
 
-By default, there is no depth limit.
+By default, the exploration is limited to the depth of 1000.
 
 .. _cfg=model-check/timeout: