[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [tlaplus] Is this a (hidden) variable that tells me the state the model checker is in?



On 16.11.20 09:28, recepient recepient wrote:
> ... to do something like,
> 
> print << __state_num__, msgQueue >>; (* perhaps state_num is hash on
> current state *)
> 
> to help disambiguate msgQueue in different states which have the same valu?


You don't give much detail or context, but you appear to be relying on
TLC's print operator to understand your spec.  Don't do this!  Instead,
have TLC check suitable properties for which it produces useful
error-traces.

Markus

-- 
You received this message because you are subscribed to the Google Groups "tlaplus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tlaplus+unsubscribe@xxxxxxxxxxxxxxxx.
To view this discussion on the web visit https://groups.google.com/d/msgid/tlaplus/3dee081f-dac9-c381-50b1-c95ac17b49a8%40lemmster.de.