Commit Graph

541 Commits

Author SHA1 Message Date
Marek Kaluba 642cd46e7d
Merge pull request #18 from kalmarek/fix/Int4Pair
fix error in packed Int4 pair
2021-06-28 09:41:39 +02:00
Marek Kaluba f438d0483b
fix error in packed Int4 pair 2021-06-28 09:29:32 +02:00
Marek Kaluba 5ede922ab8
update TagBot 2021-06-21 22:19:42 +02:00
Marek Kaluba fce88b8dd8
update CI badge 2021-06-21 20:48:16 +02:00
Marek Kaluba 73131307bf
Merge pull request #17 from kalmarek/enh/v0.6.0
v0.6.0 built on GroupsCore and Words
2021-06-21 20:45:07 +02:00
Marek Kaluba 56da96acff
add basic README 2021-06-21 20:36:12 +02:00
Marek Kaluba 00e1a954f7
run CI on julia-1.3 and julia-1 2021-06-21 19:17:30 +02:00
Marek Kaluba fe347423d4
fix imports/exports and Project.toml 2021-06-21 19:14:42 +02:00
Marek Kaluba 9436301271
rename files in src 2021-06-21 18:53:22 +02:00
Marek Kaluba 8cd1f09d74
add exports, remove New module from tests 2021-06-21 18:45:10 +02:00
Marek Kaluba 26781bad5c
remove the old implementation 2021-06-21 18:16:04 +02:00
Marek Kaluba 7d5c7ac623
remove fishy part in normalform! that was never hit 2021-06-21 17:56:29 +02:00
Marek Kaluba 39f4ef4b5f
test show methods 2021-06-21 17:56:28 +02:00
Marek Kaluba 8cb64d947d
create FreeGroup(::Alphabet) on the correct number of gens 2021-06-21 17:52:51 +02:00
Marek Kaluba 25934e70f4
don't run benchmarks during CI 2021-06-21 16:39:54 +02:00
Marek Kaluba 37241e5b25
move tests for AutFn 2021-06-21 16:37:33 +02:00
Marek Kaluba 2992244a24
make evaluate[!] a general thing for AutomorphismGroups 2021-06-21 16:37:15 +02:00
Marek Kaluba f74b48b890 separate SAut(F_n) from AutomorphismGroups 2021-05-28 14:20:17 +02:00
Marek Kaluba 190fe1f201
bump to v0.6.0 2021-05-26 12:18:14 +02:00
Marek Kaluba 3a88728e0a
add New.FreeGroup(n::Integer) method 2021-05-26 12:12:26 +02:00
Marek Kaluba c0c688ed2d
add tests for automorphisms and iteration benchmarks 2021-05-26 12:08:31 +02:00
Marek Kaluba 1c7f0a5f01
better show 2021-05-26 12:07:15 +02:00
Marek Kaluba e424bdc575
optimize evaluation with tmp storage 2021-05-26 12:06:40 +02:00
Marek Kaluba 812b2e15a1
fix bug with isone on Automorphism 2021-05-26 12:03:28 +02:00
Marek Kaluba 2e560738f6
clean-up iteration 2021-05-25 22:27:22 +02:00
Marek Kaluba ac3d7f0977
implement and test GroupsCore interface for FreeGroup and FPGroup 2021-05-24 15:35:28 +02:00
Marek Kaluba 9d1678d099
add basic tests for FPGroups 2021-05-24 14:46:54 +02:00
Marek Kaluba 60f3b686ba
use KnuthBendix.print_repr 2021-05-24 01:41:37 +02:00
Marek Kaluba 0fb84a9c61
add a few @inbounds 2021-05-24 01:40:54 +02:00
Marek Kaluba 1c971cb3b1
slightly more efficient equality_data 2021-05-24 01:07:59 +02:00
Marek Kaluba 6fba013f0b
set default word_type to Word{UInt8} 2021-05-16 23:23:16 +02:00
Marek Kaluba 75b7d9fab3
formatting 2021-05-16 23:22:33 +02:00
Marek Kaluba 84bfbd7408
remove threading in == for Automorphisms 2021-05-16 23:16:35 +02:00
Marek Kaluba 5da33782aa
add new_transvections for Aut(F_n) 2021-05-16 22:47:20 +02:00
Marek Kaluba f4858fba14
move normalform! to equality_data
heuristic: compute normalform! only if length of automorphism is greater 
than 8
2021-05-16 22:30:50 +02:00
Marek Kaluba 6405a1868e
rename _hashing_data to equality_data 2021-05-16 22:27:54 +02:00
Marek Kaluba 472e78af27
generalize signatures of wlmetric_ball 2021-05-09 19:37:26 +02:00
Marek Kaluba 217be597c3
first working version of new AutomoprhismGroups 2021-05-09 18:54:29 +02:00
Marek Kaluba 31a0620da3
add literal_pow(^, s::GSymbol, ::Val{-1}) = inv(s) 2021-05-07 18:16:58 +02:00
Marek Kaluba 6e14d30903
move rewrite_from_left!(v, w, ::Alphabet) to KnuthBendix.jl 2021-05-07 18:15:02 +02:00
Marek Kaluba 4c8eccf72b
new iteration based on OrderedSet 2021-05-07 18:14:13 +02:00
Marek Kaluba cdd36f680a
new hashing && bitflags 2021-05-07 18:11:11 +02:00
Marek Kaluba 44df0016bc
add general FPGroups 2021-05-05 02:35:12 +02:00
Marek Kaluba be1602d11f
fix gens 2021-05-05 02:33:36 +02:00
Marek Kaluba 288f06c070
add rewriting function to AbstractFPGroups 2021-05-05 02:32:27 +02:00
Marek Kaluba 9d7596acf1
first try on the new FPGroups 2021-05-05 01:10:28 +02:00
Marek Kaluba 711988b98a
sort out imports + first adjustments to Group Interface 2021-04-11 18:44:03 +02:00
Marek Kaluba 990c8dd1c3
remove DirectPower, WreathProduct
these are included in GroupsCore
2021-04-11 01:27:01 +02:00
Marek Kaluba 41eb7224dd
Merge pull request #14 from kalmarek/fix/iterate
bump to 0.5.2
2020-11-10 17:14:06 +01:00
kalmarek 317d2a4028
bump to 0.5.2 2020-11-10 17:13:13 +01:00