@@ -49,23 +49,30 @@ \chapter*{Введение\markboth{Введение}{}}
49
49
50
50
\begin {center }
51
51
\begin {tikzpicture }[shorten >=1pt,on grid,auto]
52
- \node (q_0 ) [text width=4cm] {Некоторые понятия линейной алгебры};
53
- \node (q_1 ) [right of=q_0 , text width=4cm] {Некоторые сведения из теории графов};
54
- \node (q_2 ) [right of=q_1 , text width=4cm] {Общие сведения теории формальных языков};
55
- \node (q_3 ) [below of=q_2 , text width=4cm] {Регулярные языки};
56
- \node (q_4 ) [right of=q_3 , text width=4cm] {Контекстно-свободные языки и грамматики};
57
- \node (q_5 ) [right of=q_4 , text width=4cm] {Многокомпонентные контекстно-свободные языки};
58
- \node (q_6 ) [below of=q_1 , text width=4cm] {Пути с ограничениями в терминах формальных языков};
52
+ \node (q_linal ) [text width=4cm] {Некоторые понятия линейной алгебры};
53
+ \node (q_graphtheory ) [below of=q_linal , text width=4cm] {Некоторые сведения из теории графов};
54
+ \node (q_fortmallang ) [right of=q_graphtheory , text width=4cm] {Общие сведения теории формальных языков};
55
+ \node (q_reglang ) [below of=q_fortmallang , text width=4cm] {Регулярные языки};
56
+ \node (q_cflang ) [right of=q_reglang , text width=4cm] {Контекстно-свободные языки и грамматики};
57
+ \node (q_mcfl ) [right of=q_cflang , text width=4cm] {Многокомпонентные контекстно-свободные языки};
58
+ \node (q_flpq ) [below of=q_graphtheory , text width=4cm] {Пути с ограничениями в терминах формальных языков};
59
59
60
- \node (q_7) [below of=q_3, text width=4cm] {Поиск путей с регулярными ограничениями};
61
- \node (q_8) [below of=q_4, text width=4cm] {Пути с ограничениями в терминах формальных языков};
60
+ \node (q_rpq) [below of=q_reglang, text width=4cm] {Поиск путей с регулярными ограничениями};
61
+ \node (q_cfpq) [below of=q_cflang, text width=4cm] {Пути с ограничениями в терминах контекстно-свободных языков};
62
+ \node (q_mcfpq) [below of=q_mcfl, text width=4cm] {Пути с ограничениями в терминах многокомпонентных контекстно-свободных языков};
62
63
\path [->]
63
- (q_0) edge node {$ a$ } (q_1)
64
- (q_2) edge node {$ a$ } (q_3)
65
- (q_2) edge node {$ b$ } (q_4)
66
- (q_2) edge node {$ b$ } (q_5)
67
- (q_3) edge node {$ a$ } (q_7)
68
- (q_1) edge node {$ b$ } (q_6)
69
- (q_2) edge node {$ b$ } (q_6);
64
+ (q_linal) edge node {} (q_graphtheory)
65
+ (q_graphtheory) edge node {} (q_flpq)
66
+ (q_fortmallang) edge node {} (q_flpq)
67
+ (q_fortmallang) edge node {} (q_reglang)
68
+ (q_fortmallang) edge node {} (q_cflang)
69
+ (q_fortmallang) edge node {} (q_mcfl)
70
+ (q_reglang) edge node {} (q_rpq)
71
+ (q_cflang) edge node {} (q_cfpq)
72
+ (q_mcfl) edge node {} (q_mcfpq)
73
+ (q_flpq) edge node {} (q_rpq)
74
+ (q_flpq) edge node {} (q_cfpq)
75
+ (q_flpq) edge node {} (q_mcfpq)
76
+ ;
70
77
\end {tikzpicture }
71
78
\end {center }
0 commit comments