Libta is a python library for basic timed automata reachability analysis in python. Includes a wrapper for libutap using cppyy. This project is still a work in progress.
To be able to use this library, libutap has to be built as a dynamic library for now.
Download libutap version 0.94 from releases and extract, copy the patch from this repository to the cloned directory and apply with:
git apply dynamic_link.patch && autoreconf -i
Then build and install with the instructions specified in libutap's repository. Note that global instruction is required for libta to be able to find libutap for now.
The install script takes care of this, but in case of building from source, run genbinding.py
Build and install libutap, then simply run:
pip install .
- Product automaton tests to be written
- Unit tests for parameter values in expressions and initial clock valuations
- Better documentation
- Use python or CMake environment to automate building and installation of libutap.
- Error handling, prevent crashing of the Python kernel completely