mirror of
https://github.com/kalmarek/Groups.jl.git
synced 2024-12-25 02:05:30 +01:00
remove unused
This commit is contained in:
parent
0c699894fa
commit
9570b8c84a
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user