mirror of
https://git.cs.ou.nl/joshua.moerman/utf8-learner.git
synced 2025-07-01 06:07:46 +02:00
.. | ||
results-2 | ||
results-3 | ||
.ruff.toml | ||
main.py | ||
README.md | ||
requirements.txt |
dfa-decompose
Given a DFA, try to find smaller DFAs such that their intersection is the input.
pip install -r requirements.txt
python main.py
Copyright notice
(c) 2025 Joshua Moerman, Open Universiteit, licensed under the EUPL (European Union Public License). If you want to use this code and find the license not suitable for you, then please do get in touch.
SPDX-License-Identifier: EUPL-1.2