20
правок
Изменения
digraph finite_state_machine_4 { rankdir=LR; node [shape = doublecircle label = ""]; LR_4; node [shape = circle label = ""]; LR_0 -> LR_0 [ label = "0,1" ]; LR_0 -> LR_1 [ label = "0" ]; LR_1 -> LR_2 [ label
digraph finite_state_machine_4 {
rankdir=LR;
node [shape = doublecircle label = ""]; LR_4;
node [shape = circle label = ""];
LR_0 -> LR_0 [ label = "0,1" ];
LR_0 -> LR_1 [ label = "0" ];
LR_1 -> LR_2 [ label = "0,1" ];
LR_2 -> LR_3 [ label = "0,1" ];
LR_3 -> LR_4 [ label = "0,1" ];
null [shape = point];
null -> LR_0;
}
rankdir=LR;
node [shape = doublecircle label = ""]; LR_4;
node [shape = circle label = ""];
LR_0 -> LR_0 [ label = "0,1" ];
LR_0 -> LR_1 [ label = "0" ];
LR_1 -> LR_2 [ label = "0,1" ];
LR_2 -> LR_3 [ label = "0,1" ];
LR_3 -> LR_4 [ label = "0,1" ];
null [shape = point];
null -> LR_0;
}