In the formal semantics we have something like this
$F={S_0,S_1,…,S_{m−1}}$ is a finite set of acceptance sets.
where each S_i is a subset of transitions.
I think declaring F as a set is a mistake, because it implicitly implies that all S_i will be different, which is not the case in the format.
I suggest to rewrite this as
$F=(S_0,S_1,…,S_{m−1})$ is a tuple of $m$ acceptance sets.
Do you agree?
In the formal semantics we have something like this
where each S_i is a subset of transitions.
I think declaring F as a set is a mistake, because it implicitly implies that all S_i will be different, which is not the case in the format.
I suggest to rewrite this as
Do you agree?