Skip to content

Commit

Permalink
NEW: New coset enumerator for MTC with less kernel dependence.
Browse files Browse the repository at this point in the history
This allows for more flexibility in use and experimentation, as almost all
code is in the library.
It also will fix the problem of gap-system#302.
  • Loading branch information
hulpke committed Jul 6, 2016
1 parent 5d07819 commit ac0ddb7
Show file tree
Hide file tree
Showing 4 changed files with 1,165 additions and 1 deletion.
3 changes: 3 additions & 0 deletions lib/sgpres.gd
Original file line number Diff line number Diff line change
Expand Up @@ -1040,6 +1040,9 @@ DeclareGlobalFunction("SecondaryGeneratorWordsAugmentedCosetTable");
##
DeclareGlobalFunction("CopiedAugmentedCosetTable");

# forward declaration of the new mtc worker and presentation builder fct.
DeclareGlobalFunction("NEWTC_CosetEnumerator");
DeclareGlobalFunction("NEWTC_PresentationMTC");

#############################################################################
##
Expand Down
Loading

0 comments on commit ac0ddb7

Please sign in to comment.