Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc][doc] Add doc about model-checke/timeout
authorGabriel Corona <gabriel.corona@loria.fr>
Tue, 26 May 2015 13:43:25 +0000 (15:43 +0200)
committerGabriel Corona <gabriel.corona@loria.fr>
Tue, 9 Jun 2015 07:59:09 +0000 (09:59 +0200)
doc/doxygen/options.doc

index c2fc2df..13b3f0d 100644 (file)
@@ -371,6 +371,12 @@ Of course, specifying a reduction technique enables the model-checking
 so that you don't have to give <tt>--cfg=model-check:1</tt> in
 addition.
 
 so that you don't have to give <tt>--cfg=model-check:1</tt> in
 addition.
 
+\subsection options_modelchecking_timeout Handling of timeout
+
+By default, the model-checker does not handle timeout conditions: the `wait`
+operations never time out. With the \b model-check/timeout configuration item
+set to \b yes, the model-checker will explore timeouts of `wait` operations.
+
 \subsection options_modelchecking_comm_determinism Communication determinism
 
 The \b model-check/communications_determinism and
 \subsection options_modelchecking_comm_determinism Communication determinism
 
 The \b model-check/communications_determinism and