X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=execution.h;h=7f63e6d99812c98f5732d35c52a1e04f8691ac17;hb=50e0465f724dc182d5d7504004e93f1a1b4644b9;hp=1ba030b6d93a2d61fc97009dcf869db4c634e6ce;hpb=f249af2d81c9d4381ed50ceee3cbf393db1f9a01;p=model-checker.git diff --git a/execution.h b/execution.h index 1ba030b..7f63e6d 100644 --- a/execution.h +++ b/execution.h @@ -109,6 +109,7 @@ public: bool is_feasible_prefix_ignore_relseq() const; bool is_infeasible() const; bool is_deadlocked() const; + bool is_yieldblocked() const; bool too_many_steps() const; ModelAction * get_next_backtrack();