X-Git-Url: http://plrg.eecs.uci.edu/git/?p=model-checker.git;a=blobdiff_plain;f=params.h;h=d5fd1cb3e0b6ff23815015bad429282d6f08bab5;hp=043b2a5c530bd8a4ed1d78b7f1f81007757c1cb2;hb=HEAD;hpb=50e0465f724dc182d5d7504004e93f1a1b4644b9 diff --git a/params.h b/params.h index 043b2a5..d5fd1cb 100644 --- a/params.h +++ b/params.h @@ -10,11 +10,11 @@ struct model_params { int maxfuturedelay; bool yieldon; bool yieldblock; - bool sc_trace_analysis; unsigned int fairwindow; unsigned int enabledcount; unsigned int bound; unsigned int uninitvalue; + int maxexecutions; /** @brief Maximum number of future values that can be sent to the same * read */ @@ -25,7 +25,7 @@ struct model_params { * value */ unsigned int expireslop; - /** @brief Verbosity (0 = quiet; 1 = noisy) */ + /** @brief Verbosity (0 = quiet; 1 = noisy; 2 = noisier) */ int verbose; /** @brief Command-line argument count to pass to user program */