Skip to content

Failed to generate FSM and regex #61

@Aaryan-Pugarja

Description

@Aaryan-Pugarja

For the following Automata, FSM2Regex could not generate the FSM and regex and the site became unresponsive:

#states a b c d e f a2 b2 c2 d2 e2 f2 b3 c3 d3 e3 f3 #initial a #accepting a f #alphabet 0 1 #transitions a:0>b b:0>c c:0>d d:0>e e:0>f f:1>f2 f2:1>f e2:1>e e:1>e2 d:1>d2 d2:1>d c:1>c2 c2:1>c b:1>b2 b2:1>b a:1>a2 f:0>b a2:1>a a2:0>b3 b3:0>c3 c3:0>d3 d3:0>e3 e3:0>f3 b3:1>b c3:1>c d3:1>d e3:1>e f3:1>f b2:0>c3 c2:0>d3 d2:0>e3 e2:0>f3 f3:0>b3 f2:0>b3

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