Next == A \/ B \/ C
All are always enabled but we want for C to be executed at some point in all behaviors. It is my understanding that the Spec should be something like
Spec == Init /\ [][Next]_vars /\ WF_vars(Next) /\ WF_vars(C)
The question is, how could we limit the number of possible behaviors that is processed?