1
0
mirror of https://github.com/kalmarek/Groups.jl.git synced 2024-09-13 08:25:39 +02:00

Simplify perms before join_free_symbol for automorphisms

This commit is contained in:
kalmar 2017-02-02 11:47:03 +01:00
parent 3ddc1294f9
commit 91189124b3

View File

@ -159,8 +159,8 @@ function reduce!(W::AutWord)
else
reduced = false
while !reduced
reduced = join_free_symbols!(W)
reduced = simplify_perms!(W)
reduced = join_free_symbols!(W)
deleteat!(W.symbols, find(x -> x.pow == 0, W.symbols))
end
end