Newer
Older
=====================================
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. 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.
Packages and docker images with latest stable and nightly versions can be found visiting at [website][7].
C++-20 capable compiler, `cmake` (plus `make` or `ninja`). Linux platform (99.9 % percent of the features
should work on different platforms but there are still small parts of code that are Linux only).
* `cmake >= 3.12`
* `g++ >= 10.0` or `clang++ >= 9.0` (compilation in C++20)
* `tclap` (header-only argument parsing library, fetched by CMake and git automatically during build process)
For GUI, you will need also the following libraries. However, GUI does not build by default now. Use cmake option `-DWITH_AGUI=ON` to build it:
* `jsoncpp`
* `graphviz`
Optional dependencies:
* `doxygen` (for documentation generation)
* `graphviz` (for documentation generation and automata visualizations)
You can build from sources using cmake or [download packages][7] or sources of [stable release][3]
We recommend running the testsuite using `ctest` as well.
We support common cmake options, additional ones are:
* `-DWITH_AGUI=ON` to build deprecated GUI part
* `-DWITH_DOCS=ON` to build a `doxygen` target to generate API docs.
In order to generate API documentation, run cmake with `-DWITH_DOCS=ON` and then invoke `doxygen` target.
The high-level documentation is located at [ALT website][7].
Feel free to [fork][4] this project and send your merge requests there.
In case you want to run our Gitlab CI, remove all the following parts of code in `.gitlab-ci.yml`.
```
tags:
- altbuilder
```
Editor configuration for this project is provided by [editorconfig][6].
Issues and bugs
---------------
Please use our [issue tracker][2].
* You can contact the authors using our [issue tracker][2] or by email.
* Ing. Jan Trávníček,
* Ing. Tomáš Pecka,
* Ing. Štěpán Plachý,
* et. al.
[1]: https://gitlab.fit.cvut.cz/algorithms-library-toolkit/automata-library
[2]: https://gitlab.fit.cvut.cz/algorithms-library-toolkit/automata-library/issues
[3]: https://gitlab.fit.cvut.cz/algorithms-library-toolkit/automata-library/tags
[4]: https://gitlab.fit.cvut.cz/algorithms-library-toolkit/automata-library/forks/new
[5]: https://gitlab.fit.cvut.cz/algorithms-library-toolkit/automata-library/container_registry
[7]: https://alt.fit.cvut.cz