1
0
mirror of https://github.com/kalmarek/Groups.jl.git synced 2024-07-12 01:35:30 +02:00
Commit Graph

93 Commits

Author SHA1 Message Date
c0c688ed2d
add tests for automorphisms and iteration benchmarks 2021-05-26 12:08:31 +02:00
2e560738f6
clean-up iteration 2021-05-25 22:27:22 +02:00
ac3d7f0977
implement and test GroupsCore interface for FreeGroup and FPGroup 2021-05-24 15:35:28 +02:00
9d1678d099
add basic tests for FPGroups 2021-05-24 14:46:54 +02:00
711988b98a
sort out imports + first adjustments to Group Interface 2021-04-11 18:44:03 +02:00
990c8dd1c3
remove DirectPower, WreathProduct
these are included in GroupsCore
2021-04-11 01:27:01 +02:00
ad295fd436
fix iteration over Automorphisms 2020-11-10 17:03:10 +01:00
59272b3b42
fix error in wlmetric_ball_serial 2020-10-09 17:37:57 +02:00
6e856dd7c2
satisfy registrator demands 2020-10-09 15:29:19 +02:00
837312d020
more threading using ThreadsX;
rename generate_balls → wlmetric_ball
2020-10-09 13:50:11 +02:00
512394e69b
fix: dealias inv(id) from id 2020-04-20 03:25:25 +02:00
51f3ad6cdb
test for abelianize of Identity 2020-04-20 02:44:28 +02:00
cdbd483e9e
more tests for AutGroup 2020-04-20 02:41:24 +02:00
a6aabf4541
even more tests 2020-04-20 02:02:57 +02:00
38f121d8ee
Merge pull request #8 from kalmarek/enh/github_actions
add github workflow runtests
2020-04-20 01:02:47 +02:00
7517a8feb9
tests and imports for findlast, findprev 2020-04-20 00:52:06 +02:00
dfce36c099
add tests for iteration for GWords 2020-04-20 00:36:35 +02:00
5b1ab66797
rework push!, pushfirst!, append!, prepend! and rmul! 2020-04-19 23:50:13 +02:00
7bc26ece79
fix bug in reduce!(::Automorphism) 2020-03-25 16:25:21 +01:00
6d22c82ab3
create a general/saner homomorphism evaluation architecture 2020-03-25 15:43:38 +01:00
0bee697ed8
update to AbstractAlgebra v0.9 2020-03-25 13:48:44 +01:00
7d95338e33
fix tests 2020-03-25 05:25:02 +01:00
4bcd851031
fix FPGroups and add basic tests 2019-11-15 23:56:36 +01:00
dd4ed1497c
move from G() to Base.one(G) 2019-11-14 09:21:11 +01:00
8a42e33b6d
update to AA-v0.7 → bump to v0.2.3 2019-10-30 16:25:09 +01:00
998a9cdf43
remove MltGrp/AddGrp 2019-10-30 16:22:58 +01:00
fc4b01a193
broaden signature of generate_balls to include NCRingElems 2019-06-30 19:55:56 +02:00
883b85a7dc re-parametrize WreathProducts 2019-01-09 16:44:04 +01:00
1aa64647c8 replace strings with Symbols 2019-01-03 03:37:37 +01:00
2a359f52b1 additional tests for WreathProducts 2019-01-03 02:43:48 +01:00
9fd136ac06 rename test file 2019-01-02 15:55:37 +01:00
29be715c46 fix tests 2019-01-02 15:50:14 +01:00
df007e5fb6 fix travis 2018-09-21 19:38:24 +02:00
fdab6278d5 Merge branch 'master' into enh/julia-v0.7 2018-09-21 19:22:50 +02:00
65d6a75bcb update tests 2018-09-21 19:11:37 +02:00
77efcdff3e trivial changes for julia-0.7 2018-09-21 18:08:44 +02:00
d2fd78a2b6 fix: DirectProductGroup constructor throws MethodError 2018-09-16 19:09:56 +02:00
43b6d5bf40 fix tests 2018-07-30 15:20:37 +02:00
158ce5ee27 replace Nemo -> AbstractAlgebra 2018-07-30 08:30:27 +02:00
1597784ac5 add the standard linear representation for Automorphisms 2018-04-10 13:14:45 +02:00
df554480ea parametrize WreathProduct over Integers 2018-04-10 13:09:50 +02:00
777684db28 fix tests for parametrised Automorphisms 2018-04-09 13:01:21 +02:00
d46c5dafcc Vector{Groups.FreeGroupElem} fixed itself 2018-04-03 15:43:17 +02:00
435d3d88ad fix simplifyperms! test 2018-04-03 15:36:32 +02:00
e6b1b2a663 make id always have length 0 2018-03-28 12:21:50 +02:00
41abf789ef eliminate GWord and replace is_subsymbol by issubsymbol 2018-03-28 00:54:52 +02:00
3dcef3189e AutGroupElem -> Automorphism{N} 2018-03-27 21:49:22 +02:00
8cd10c0bfa make sure we don't reduce if not asked 2018-03-27 20:15:28 +02:00
81b580a92b Not so simple arithmetic: ϱ₁₂*ϱ₂₁⁻¹*λ₁₂*ε₂ == σ₂₁₃₄ 2018-03-22 17:28:07 +01:00
8f990d9014 use tuples & domain in Automorphism evaluations 2018-03-22 17:27:31 +01:00