remove unused

This commit is contained in:
kalmar 2017-05-11 18:27:05 +02:00
parent 0c699894fa
commit 9570b8c84a
1 changed files with 1 additions and 8 deletions

View File

@ -88,20 +88,13 @@ function (==)(s::FPSymbol, t::FPSymbol)
end
inv(s::FPSymbol) = change_pow(s, -s.pow)
FreeGroup(n::Int, f::String=f) = FPGroup(["$f$i" for i in 1:n])
inv(s::FPSymbol) = change_pow(s, -s.pow)
FreeGroup(a::Vector{String}) = FPGroup(a)
function add_rel!{T<:FPSymbol}(G::FPGroup, w::GWord{T})
if !(w in G.rels)
push!(G.rels, w)
end
return G
end
end #of module FinitelyPresentedGroups
# function add_rel!{T<:FPSymbol}(G::FPGroup, w::GWord{T})
# if !(w in G.rels)
# w = G(w)