Skip to content
Snippets Groups Projects
Commit 54608955 authored by Jan Trávníček's avatar Jan Trávníček
Browse files

rename project to Algorithms library toolkit

parent 289eaeab
No related branches found
No related tags found
No related merge requests found
Pipeline #
Automata (Algorithms) Library Toolkit Algorithms Library Toolkit
===================================== =====================================
   
![automaton][logo] ![automaton][logo]
   
What is it? 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 of various types of automata, grammars, and other common structires along
with mathematical implementation of algorithms over these structures. with mathematical implementation of algorithms over these structures.
Originaly developed at Faculty of Information Technology of Czech Technical Originaly developed at Faculty of Information Technology of Czech Technical
University in Prague. It supposed to be a reference implementation of formal University in Prague. It supposed to be a reference implementation of formal
algorithms as-are in papers, hence allowing practical reuse of existing algorithms as-are in papers. It's interface allows practical reuse of existing
algorithms in form of by pipe comunicating tools. algorithms in form of by pipe comunicating, partially using a query language in command
line, and partially using a GUI interface.
   
   
The Latest Version The Latest Version
...@@ -29,6 +30,7 @@ shell scripts. ...@@ -29,6 +30,7 @@ shell scripts.
* `libcppunit-dev` * `libcppunit-dev`
* `libtclap-dev` * `libtclap-dev`
* `libxml2-dev` * `libxml2-dev`
* `readline-dev`
* `doxygen` (optional for documentation generation) * `doxygen` (optional for documentation generation)
* `graphviz` (optional for documentation generation and automata * `graphviz` (optional for documentation generation and automata
visualizations) visualizations)
...@@ -89,8 +91,10 @@ subscribe to the ?? mailing list as described at ?? ...@@ -89,8 +91,10 @@ subscribe to the ?? mailing list as described at ??
   
Authors Authors
------- -------
* Author 1 * Ing. Jan Trávníček,
* Author 2 * Ing. Tomáš Pecka,
* Ing. Štěpán Plachý,
* et. al.
   
   
[1]: https://gitlab.fit.cvut.cz/travnja3/automata-library [1]: https://gitlab.fit.cvut.cz/travnja3/automata-library
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment