Commit Graph

10 Commits

Author SHA1 Message Date
David Allemang
3a7b747357 update speed test timeouts 2022-09-15 08:20:51 -04:00
David Allemang
687c72ea77 correctly type Cosets methods 2022-09-14 21:59:25 -04:00
David Allemang
4347f1f9ec Correctly typed cosets/indexes
Coset type is now `unsigned int`. Half the size as before; speeds up malloc.

Index type is now `size_t` for correctness. More expressive and ___might___ speed up array lookup?? Difference seems negligible since we aren't allocating tons and tons of those.
2022-09-14 21:28:58 -04:00
David Allemang
c346817743 lst_idx and lst_vals. more comments. 2022-09-14 21:28:58 -04:00
David Allemang
ca47291f77 Add benchmark tests 2022-09-13 23:49:04 -04:00
David Allemang
c3e3043912 convert Group::solve to tc::solve function 2022-09-13 23:00:05 -04:00
David Allemang
cd435dcf54 Improve tests 2022-09-13 23:00:05 -04:00
David Allemang
c47c6262c0 Remove Group::name 2022-09-13 21:34:30 -04:00
David Allemang
f606ea3b4b Test solver 2022-09-13 14:50:07 -04:00
David Allemang
35ea10b6ff tc::pair_map 2022-09-13 13:38:34 -04:00