diff --git a/README.md b/README.md index 80273a92d045624159a718e9aa570516e7f46eb9..7da1462054ecdab144ab005c9908055a109b796f 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,18 @@ -Automata (Algorithms) Library Toolkit +Algorithms Library Toolkit ===================================== ![automaton][logo] What is it? ----------- -The automata (algorithm) library toolkit (ALT) is a mathematical implementation +The Algorithms library toolkit (ALT) is a collection of implementations of various types of automata, grammars, and other common structires along with mathematical implementation of algorithms over these structures. Originaly developed at Faculty of Information Technology of Czech Technical University in Prague. It supposed to be a reference implementation of formal -algorithms as-are in papers, hence allowing practical reuse of existing -algorithms in form of by pipe comunicating tools. +algorithms as-are in papers. It's interface allows practical reuse of existing +algorithms in form of by pipe comunicating, partially using a query language in command +line, and partially using a GUI interface. The Latest Version @@ -29,6 +30,7 @@ shell scripts. * `libcppunit-dev` * `libtclap-dev` * `libxml2-dev` + * `readline-dev` * `doxygen` (optional for documentation generation) * `graphviz` (optional for documentation generation and automata visualizations) @@ -89,8 +91,10 @@ subscribe to the ?? mailing list as described at ?? Authors ------- - * Author 1 - * Author 2 + * Ing. Jan TrávnĂÄŤek, + * Ing. Tomáš Pecka, + * Ing. Ĺ tÄ›pán PlachĂ˝, + * et. al. [1]: https://gitlab.fit.cvut.cz/travnja3/automata-library