Computer programs to test theorems suggested by the paper "On deterministic finite automata and syntactic monoid size" by M. Holzer and B. K¨onig, Theoretical Computer Science, 327(3):319–347, 2004
| src | ||
| .gitignore | ||
| flake.lock | ||
| flake.nix | ||
| README.md | ||
Code for my paper
Running
Open nix devshell
nix develop
Run the programs
main.py-- test some statements from the papertest_automata.py-- 4 DFA examples
python3 ./src/main.py
python3 ./src/test_automata.py