mirror of
https://github.com/kalmarek/Groups.jl.git
synced 2024-11-19 06:30:29 +01:00
rename files in src
This commit is contained in:
parent
8cd1f09d74
commit
9436301271
@ -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")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user