Skip to content

the definition of F as a set of sets sounds incorrect #48

@adl

Description

@adl

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions