Skip to content

Delay moving from N to B in both versions of NCSB #33

Description

@xblahoud

When we create an accepting transition (B'=∅), we currently compute the successors N', C', S' and then copy C' to B'. Yong Li suggested to move to B' only the successors of C without the newly incoming runs from N. That is, B' = δ(C, a)\δ(S,a) only.

The transition-based version of the original NCSB is implemented in Spot.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions