Skip to content

Generalize back-end for any AND node #105

@elefthei

Description

@elefthei

The back-end right now assumes SAFA AND nodes only have epsilon transitions.
That is not true; AND nodes only have skip transitions and it's always the case that those skips are total and disjoint:

Union_n [s1, s2, ... sn] = [0, infty) 
Insersection_n [s1, s2, ..., sn] = {}

This assumption is crucial for negation to work correctly and we now violate it by having nodes [e1 = \epsilon, e_2 = \epsilon, ...., e_n = \epsilon] such that
Union_n [s1, s2, ... sn] = \epsilon, not the full interval (not total).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions