rename files in src

This commit is contained in:
Marek Kaluba 2021-06-21 18:53:22 +02:00
parent 8cd1f09d74
commit 9436301271
No known key found for this signature in database
GPG Key ID: 8BF1A3855328FC15
4 changed files with 7 additions and 3 deletions

View File

@ -3,15 +3,19 @@ module Groups
using GroupsCore
using ThreadsX
import KnuthBendix
import KnuthBendix: AbstractWord, Alphabet, Word
import KnuthBendix: alphabet
import Random
import OrderedCollections: OrderedSet
export AutomorphismGroup, FreeGroup, FreeGroup, FPGroup, FPGroupElement, SpecialAutomorphismGroup
export alphabet, evaluate, word
include("new_types.jl")
include("new_hashing.jl")
include("types.jl")
include("hashing.jl")
include("normalform.jl")
include("new_autgroups.jl")
include("autgroups.jl")
include("groups/sautFn.jl")