X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;ds=sidebyside;f=model.h;h=6d702b0d94604d281a0cdea8331eb669e15a3704;hb=3cf4799ac961046bb2464ae1b6ee72f064d94716;hp=3ef6ee3c6c90e4ae96eb6a7ac646de02648cfc85;hpb=f6d2ca10d64791d283db4786e7333770c003eb56;p=model-checker.git diff --git a/model.h b/model.h index 3ef6ee3..6d702b0 100644 --- a/model.h +++ b/model.h @@ -115,6 +115,7 @@ public: void finish_execution(); bool isfeasibleprefix(); void set_assert() {asserted=true;} + bool is_deadlocked() const; /** @brief Alert the model-checker that an incorrectly-ordered * synchronization was made */