5 * Model checker parameter structure. Holds run-time configuration options for
12 bool sc_trace_analysis;
13 unsigned int fairwindow;
14 unsigned int enabledcount;
16 unsigned int uninitvalue;
18 /** @brief Maximum number of future values that can be sent to the same
22 /** @brief Only generate a new future value/expiration pair if the
23 * expiration time exceeds the existing one by more than the slop
25 unsigned int expireslop;
27 /** @brief Verbosity (0 = quiet; 1 = noisy) */
30 /** @brief Command-line argument count to pass to user program */
33 /** @brief Command-line arguments to pass to user program */
37 #endif /* __PARAMS_H__ */