ORT's implementation of various kinds of automata
Project description
Pythautomata
Pythautomata is a Python library for modeling finite state systems.
About
Pythautomata is developed at the Department of Artificial Intelligence and Big Data of the Universidad ORT Uruguay. Its main goal is to provide implementations for the structures needed for working in the Model Extraction Framework.
Models present in the framework are:
- DFA
- NFA
- WFA/PDFA
- SFA
All of these can be exported in different manners, like pickle or to visual representations using Graphviz. Besides the structure representations a number of algorithms of interest are implemented, to name a few:
- FSA minimization
- FSA comparison using Hopcroft Karp equivalence
- FSA intersection (and other boolean operations)
Installation
pip install pythautomata
Documentation
Maintainers
Federico Vilensky
Franz Mayr
Federico Pan
Colaborators
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for pythautomata-0.16.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 259c0d6532303fabb349e1f095cf9b0be3b771db80ec0f0152513c169db98e60 |
|
MD5 | e2f660afd1f388a7dfcfd54566832dea |
|
BLAKE2b-256 | 8fcfa410ca4308ed181f3225a88ec22d9eab0bb27f69fa100ce9707b8519e866 |