add minimal README

This commit is contained in:
kalmarek 2019-03-16 23:36:43 +01:00
parent 6285899a37
commit 2818c8f76e
No known key found for this signature in database
GPG Key ID: 8BF1A3855328FC15
2 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,7 @@ os:
- osx
julia:
- 1.0
- 1.1
- nightly
notifications:
email: true

View File

@ -1,2 +1,7 @@
# Groups
[![Build Status](https://travis-ci.org/kalmarek/Groups.jl.svg?branch=master)](https://travis-ci.org/kalmarek/Groups.jl)
[![codecov](https://codecov.io/gh/kalmarek/Groups.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/kalmarek/Groups.jl)
A very rudimentary implementation of finitely-presented groups (syllable representation). Relatively complete are only [automorphism groups of free groups](https://github.com/kalmarek/Groups.jl/blob/master/src/AutGroup.jl) and [wreath products](https://github.com/kalmarek/Groups.jl/blob/master/src/WreathProducts.jl) (which are not finitely-presented, but based on the standard normal form).
Have a look into `test` directory for eample use.