mirror of
https://github.com/kalmarek/Groups.jl.git
synced 2025-04-28 12:10:31 +02:00
add minimal README
This commit is contained in:
parent
6285899a37
commit
2818c8f76e
@ -5,6 +5,7 @@ os:
|
||||
- osx
|
||||
julia:
|
||||
- 1.0
|
||||
- 1.1
|
||||
- nightly
|
||||
notifications:
|
||||
email: true
|
||||
|
@ -1,2 +1,7 @@
|
||||
# Groups
|
||||
[](https://travis-ci.org/kalmarek/Groups.jl)
|
||||
[](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.
|
||||
|
Loading…
Reference in New Issue
Block a user