-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathFormalLanguageConstrainedReachabilityLectureNotes.tex
More file actions
83 lines (64 loc) · 2.15 KB
/
FormalLanguageConstrainedReachabilityLectureNotes.tex
File metadata and controls
83 lines (64 loc) · 2.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
\documentclass[
fontsize=10pt,
a4paper,
twoside=false,
parskip=false,
]{kaobook}
\input{styles/language.tex}
\input{styles/utils.tex}
\input{styles/tikz.tex}
\input{styles/math.tex}
\input{styles/theorems.tex}
\input{styles/algorithm.tex}
\usepackage{kaobiblio} % Обертка для biblatex, позволяет печатать сноску сбоку
\addbibresource{FormalLanguageConstrainedReachabilityLectureNotes.bib}
\newcommand*\circled[1]{\tikz[baseline=(char.base)]{
\node[shape=circle,draw,inner sep=2pt] (char) {#1};}}
\newcommand*\Opt[1]{\textit{Opt}_{#1}}
\newcommand*\mmult[1]{ \oplus \! \overset{#1}{.} \! \otimes }
%\DeclareMathOperator{\Krond}{\setlength{\fboxsep}{0.25\fboxsep} \boxed{\oplus}^{\BbbB}}
\newcommand*\Krond{\setlength{\fboxsep}{0.25\fboxsep} \, \boxed{\oplus}^{\BbbB} \,}
\newcommand*\Kronf{\setlength{\fboxsep}{0.25\fboxsep} \, \boxed{\circ}^{\BbbB} \,}
\newcommand\Kronw{\mathbin\ooalign{\hss$\square$\hss\cr$\circ$}}
\newcommand\Kronq{\mathbin\ooalign{\hss$\square$\hss\cr$\oplus$}}
\pghyphenation[]{russian}{%
тео-ре-ти-ко-мно-жест-вен-ных
}
\tikzexternalize
\title{О достижимости с ограничениями в терминах формальных языков}
\author{Семён Григорьев}
\date{\gitVer{}}
\begin{document}
\frontmatter
\maketitle
\tableofcontents
\input{List_of_contributors}
\mainmatter
\setchapterstyle{kao}
\input{Introduction}
\input{LinearAlgebra}
\input{SetTheory}
\input{GraphTheoryIntro}
\input{FormalLanguageTheoryIntro}
\input{RegularLanguages}
\input{Context-Free_Languages}
% %\input{ConjunctiveAndBooleanLanguages}
\input{FLPQ}
\input{RPQ}
% %\input{CFPQ}
\input{CYK_for_CFPQ}
\input{Matrix-based_CFPQ}
\input{TensorProduct}
\input{SPPF}
\input{GLL-based_CFPQ}
\input{GLR-based_CFPQ}
% %\input{CombinatorsForCFPQ}
\input{Multiple_Context-Free_Languages} % FIXME: Переписать главу
\input{Multiple_Context-Free_Language_Reachability} % FIXME: Исправить главу
% %\input{DerivativesForCFPQ}
% %\input{CFPQ_to_Datalog}
\input{Conclusion}
\backmatter
\setchapterstyle{plain}
\printbibliography
\end{document}