From 54608955609dec823e37f2a83f5f14539d71d7bc Mon Sep 17 00:00:00 2001 From: Jan Travnicek <Jan.Travnicek@fit.cvut.cz> Date: Thu, 20 Jul 2017 15:05:08 +0200 Subject: [PATCH] rename project to Algorithms library toolkit --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 80273a92d0..7da1462054 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 -- GitLab