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