This commit is contained in:
IlyaShurupov 2024-02-07 19:20:29 +03:00 committed by Ilya Shurupov
parent 6279323a84
commit 70b6bf4d77
8 changed files with 120 additions and 117 deletions

View file

@ -12,7 +12,7 @@ void testAutomation() {
automata.addTransition(start, end, 'a');
automata.setStartVertex(start);
automata.setStartState(start);
automata.makeDeterministic();
}