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

Re: [tlaplus] Weak fairness until a majority



Yes, just recall  WF_v(A) <=> <>[](ENABLED <<A>>_v) => []<>(<<A>>_v)  .  Your condition or A in general rather may be any action-level formula.  For a concrete example, see https://github.com/lemmy/BlockingQueue/blob/14a1baed2dd80ce83f32687c67749b39320ea121/BlockingQueue.tla#L136-L143.

Markus

> On Dec 8, 2022, at 9:21 AM, Jack Vanlightly <jack.vanlightly@xxxxxxxxx> wrote:
> 
> So if I want to express weak fairness of an action with some conditions, I simply write WF_vars(conditions /\ MyAction)?


-- 
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/F232739E-B9C1-4066-AD1E-B4CE65582E93%40lemmster.de.