Coset Enumeration

Coset enumeration programs implement systematic procedures for enumerating the cosets of a subgroup H of finite index in a group G, given a set of defining relations for G and words generating H.

Parameters

  • nn: number of generators
  • gg: order of group (possibly exponential in nn)
  • kk: number of relations
  • cc: maximum number of generators multiplied together in a relation

Related Problems


Filters

Computational Model

Randomization

Approximation

Algorithms Table

Displaying 3 of 3 algorithms

See more
Knuth–Bendix algorithm1970O(1.5nn2logn)O(1.5^n n^2 \log n)O(ng)O(ng)
Haselgrove-Leech-Trotter (HLT) algorithm1940O(2n)O(2^n)O(ng)O(ng)
Todd–Coxeter algorithm1936O(2n)O(2^n)O(gkc)O(gkc)

Reductions Table

Insuffient Data to display table

Other relevant algorithms

Insuffient Data to display table