Skip to content

Commit ddcd718

Browse files
committed
Merge branch 'dev' into main
2 parents e86be7e + 66ee2e7 commit ddcd718

6 files changed

+724
-167
lines changed

tex/FormalLanguageConstrainedReachabilityLectureNotes.bib

Lines changed: 75 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
8@book{Hopcroft+Ullman/79/Introduction,
1+
@book{Hopcroft+Ullman/79/Introduction,
22
added-at = {2009-05-20T01:29:36.000+0200},
33
author = {Hopcroft, John E. and Ullman, Jeff D.},
44
biburl = {https://www.bibsonomy.org/bibtex/26f42b10773b0f97be73d4e0d6b8db3bf/sriram0339},
@@ -1352,10 +1352,78 @@ @article{BEATTY1980193
13521352
abstract = "The structure of derivation trees over an LL(k) grammar is explored and a property of these trees obtained which is shown to characterize the LL(k) grammars. This characterization, called the LL(k) Left Part Theorem, makes it possible to establish a pair of iteration theorems for the LL(k) languages. These theorems provide a general and powerful method of showing that a language is not LL(k) when that is the case. They thus provide for the first time a flexible tool with which to explore the structure of the LL(k) languages and with which to discriminate between the LL(k) and LR(k) language classes. Examples are given of LR(k) languages which, for various reasons, fail to be LL(k). Easy and rigorous proofs to this effect are given using our LL(k) iteration theorems. In particular, it is proven that the dangling-ELSE construct allowed in PL/I and Pascal cannot be generated by any LL(k) grammar. We also give a new and straightforward proof based on the LL(k) Left Part Theorem that every LL(k) grammar is LR(k)."
13531353
}
13541354

1355-
@MISC{VavilovGroups,
1356-
author = "Николай Александрович Вавилов",
1357-
title = "КОНКРЕТНАЯ ТЕОРИЯ ГРУПП",
1358-
year = "2005",
1359-
url = "http://dobrochan.com/src/pdf/1512/%D0%92%D0%B0%D0%B2%D0%B8%D0%BB%D0%BE%D0%B2-%D0%9D.-%D0%9A%D0%BE%D0%BD%D0%BA%D1%80%D0%B5%D1%82%D0%BD%D0%B0%D1%8F-%D1%82%D0%B5%D0%BE%D1%80%D0%B8%D1%8F-%D0%B3%D1%80%D1%83%D0%BF%D0%BF.-%D0%9E%D1%81%D0%BD%D0%BE%D0%B2%D0%BD%D1%8B%D0%B5-%D0%BF%D0%BE%D0%BD%D1%8F%D1%82.pdf",
1360-
note = "Дата доступа: 29 июня 2021 г."
1355+
@misc{VavilovGroups,
1356+
language={russian},
1357+
author = {{\CYRN}иколай Вавилов},
1358+
title = {КОНКРЕТНАЯ ТЕОРИЯ ГРУПП},
1359+
year = {2005},
1360+
url = {http://dobrochan.com/src/pdf/1512/Вавилов-Н.-Конкретная-теория-групп.-Основные-понят.pdf},
1361+
note = {Дата доступа: 29 июня 2021 г.}
13611362
}
1363+
1364+
1365+
@misc{VavilovRings,
1366+
language={russian},
1367+
author = {{\CYRN}иколай Вавилов},
1368+
title = {КОНКРЕТНАЯ ТЕОРИЯ КОЛЕЦ},
1369+
year = {2006},
1370+
url = {http://www.add3d.ru/wp-content/uploads/2019/10/Vavilov-Rings.pdf},
1371+
note = {Дата доступа: 29 июня 2021 г.}
1372+
}
1373+
1374+
@misc{das2018lower,
1375+
title={Lower bounds for Combinatorial Algorithms for Boolean Matrix Multiplication},
1376+
author={Debarati Das and Michal Koucký and Michael Saks},
1377+
year={2018},
1378+
eprint={1801.05202},
1379+
archivePrefix={arXiv},
1380+
primaryClass={cs.CC}
1381+
}
1382+
1383+
@misc{alman2020refined,
1384+
title={A Refined Laser Method and Faster Matrix Multiplication},
1385+
author={Josh Alman and Virginia Vassilevska Williams},
1386+
year={2020},
1387+
eprint={2010.05846},
1388+
archivePrefix={arXiv},
1389+
primaryClass={cs.DS}
1390+
}
1391+
1392+
@INPROCEEDINGS{5438580,
1393+
author={Bansal, Nikhil and Williams, Ryan},
1394+
booktitle={2009 50th Annual IEEE Symposium on Foundations of Computer Science},
1395+
title={Regularity Lemmas and Combinatorial Algorithms},
1396+
year={2009},
1397+
volume={},
1398+
number={},
1399+
pages={745-754},
1400+
doi={10.1109/FOCS.2009.76}}
1401+
1402+
@InProceedings{10.1007/978-3-662-47672-7_89,
1403+
author="Yu, Huacheng",
1404+
editor="Halld{\'o}rsson, Magn{\'u}s M.
1405+
and Iwama, Kazuo
1406+
and Kobayashi, Naoki
1407+
and Speckmann, Bettina",
1408+
title="An Improved Combinatorial Algorithm for Boolean Matrix Multiplication",
1409+
booktitle="Automata, Languages, and Programming",
1410+
year="2015",
1411+
publisher="Springer Berlin Heidelberg",
1412+
address="Berlin, Heidelberg",
1413+
pages="1094--1105",
1414+
abstract="We present a new combinatorial algorithm for triangle finding and Boolean matrix multiplication that runs in {\$}{\$}{\backslash}hat{\{}O{\}}(n^3/{\backslash}log ^4 n){\$}{\$}O^(n3/log4n)time, where the {\$}{\$}{\backslash}hat{\{}O{\}}{\$}{\$}O^notation suppresses poly(loglog) factors. This improves the previous best combinatorial algorithm by Chan [4] that runs in {\$}{\$}{\backslash}hat{\{}O{\}}(n^3/{\backslash}log ^3 n){\$}{\$}O^(n3/log3n)time. Our algorithm generalizes the divide-and-conquer strategy of Chan's algorithm.",
1415+
isbn="978-3-662-47672-7"
1416+
}
1417+
1418+
1419+
@article{ArlDinKro70,
1420+
author = {{\CYRV}. Арлазаров and {\CYRE}. Диниц and {\CYRM}. Кронрод and {\CYRI}. Фараджев},
1421+
title = {Об экономном построении транзитивного замыкания ориентированного графа},
1422+
journal = {Докл. АН СССР},
1423+
year = {1970},
1424+
volume = {194},
1425+
number = {3},
1426+
pages = {487--488},
1427+
url = {http://mi.mathnet.ru/dan35675}
1428+
}
1429+

tex/FormalLanguageConstrainedReachabilityLectureNotes.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
159159
\input{List_of_contributors}
160160
\input{Introduction}
161-
%\input{LinearAlgebra}
161+
\input{LinearAlgebra}
162162
\input{GraphTheoryIntro}
163163
\input{FormalLanguageTheoryIntro}
164164
\input{FLPQ}

0 commit comments

Comments
 (0)