Skip to content

Commit 7ce7769

Browse files
committed
minimisation + renaming
1 parent b180485 commit 7ce7769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grape/automaton/loop_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,4 +176,4 @@ def add_loops(
176176
del new_dfta.rules[(dst, tuple())]
177177
new_dfta.reduce()
178178
new_dfta.refresh_reversed_rules()
179-
return __convert_automaton__(new_dfta) # .minimise())#.classic_state_renaming())
179+
return __convert_automaton__(new_dfta).minimise().classic_state_renaming()

0 commit comments

Comments
 (0)