1
Fork 0
mirror of https://git.cs.ou.nl/joshua.moerman/utf8-learner.git synced 2025-07-01 22:27:46 +02:00
utf8-learner/dfa-decompose/README.md
2025-06-13 13:21:37 +02:00

20 lines
433 B
Markdown

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
```