我已經打了以下錯誤在TLA +工具箱幾天,現在在各種情況下: "Attempted to compute the number of elements in the overridden value Nat.".
下面是我來簡單的模塊與此同時將重現此問題。我已經看到一些提及重寫的值,但我不明白我在規範中做了些什麼來引起這個問題。 有沒有人看到錯誤,或可以解釋我錯過了什麼? ----------
當我試圖檢查SM中的「EG(!s11included &!s10included)」時,它被報告爲false,並給出如下反例,我認爲相反它支持此CTL規範。我的CTL規範有什麼問題嗎? -- specification EG (!s11included & !s10included) is false
-- as demonstrated by the following execution s
我試着寫下面的模型在NuSMV 換句話說,只有當X和Y是在狀態太糟糕ž變差。這是代碼我已經寫 MODULE singleton
VAR state: {good, bad};
INIT state = good
TRANS (state = good) -> next(state) = bad
TRANS (state = bad) -> next(stat
對於使用從未聲稱驗證(帶ispin),我得到depth reached產出比 Full statespace search for:
never claim + (REQ5)
assertion violations + (if within scope of claim)
cycle checks - (disabled by -DSAFETY)