This commit is contained in:
IlyaShurupov 2024-02-07 18:22:42 +03:00 committed by Ilusha
parent dd6b63acb1
commit 81a2247bf2
4 changed files with 18 additions and 14 deletions

View file

@ -14,7 +14,7 @@ void testAutomation() {
automata.setStartVertex(start);
automata.makeDeterministic(Range<char>(10, 30));
automata.makeDeterministic();
}
void test() {