Go to file
kalmarek c3eb34eee8
Merge pull request #6 from kalmarek/rework_replace
Rework replace
2020-03-28 15:47:07 +01:00
src fix bug in reduce!(::Automorphism) 2020-03-25 16:25:21 +01:00
test fix bug in reduce!(::Automorphism) 2020-03-25 16:25:21 +01:00
.codecov.yml Groups.jl generated files. 2017-01-23 16:45:24 +01:00
.gitignore remove Manifest.toml 2018-09-26 08:40:04 +02:00
.travis.yml update travis 2019-10-30 16:28:22 +01:00
LICENSE.md Groups.jl generated files. 2017-01-23 16:45:24 +01:00
Project.toml bump Groups to v0.4 2020-03-25 13:48:58 +01:00
README.md add minimal README 2019-03-16 23:36:43 +01:00
appveyor.yml Groups.jl generated files. 2017-01-23 16:45:24 +01:00

README.md

Groups

Build Status codecov

A very rudimentary implementation of finitely-presented groups (syllable representation). Relatively complete are only automorphism groups of free groups and wreath products (which are not finitely-presented, but based on the standard normal form).

Have a look into test directory for eample use.