mirror of
https://github.com/kalmarek/Groups.jl.git
synced 2024-11-19 06:30:29 +01:00
AutWord -> AutGroupElem
This commit is contained in:
parent
7528ab631e
commit
26eb8b35cb
@ -147,7 +147,7 @@ function (F::AutGroupElem)(v)
|
||||
end
|
||||
|
||||
|
||||
function simplify_perms!(W::AutWord)
|
||||
function simplify_perms!(W::AutGroupElem)
|
||||
reduced = true
|
||||
for i in 1:length(W.symbols) - 1
|
||||
current = W.symbols[i]
|
||||
@ -172,7 +172,7 @@ function simplify_perms!(W::AutWord)
|
||||
return reduced
|
||||
end
|
||||
|
||||
function reduce!(W::AutWord)
|
||||
function reduce!(W::AutGroupElem)
|
||||
if length(W) < 2
|
||||
deleteat!(W.symbols, find(x -> x.pow == 0, W.symbols))
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user