Add yield block support. The idea is to not generate executions with yield actions.
[model-checker.git] / params.h
index 946c801e4cce5aac707d0b1c3c7e9a204401ade5..043b2a5c530bd8a4ed1d78b7f1f81007757c1cb2 100644 (file)
--- a/params.h
+++ b/params.h
@@ -9,6 +9,7 @@ struct model_params {
        int maxreads;
        int maxfuturedelay;
        bool yieldon;
+       bool yieldblock;
        bool sc_trace_analysis;
        unsigned int fairwindow;
        unsigned int enabledcount;