-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels