Another advice: in the initial condition, instead of /\ txRequest = [tx \in txs |-> RandomElement(RequestType)] write /\ txRequest \in [txs -> RequestType] This will cause the model checker to consider all possible combinations of requests instead of just one randomly chosen one.
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/D03E3621-C252-4052-B37A-C04BBCBCE0B4%40gmail.com. |