Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Implementation of MTC #843

Merged
merged 6 commits into from
Aug 4, 2016
Merged

New Implementation of MTC #843

merged 6 commits into from
Aug 4, 2016

Commits on Aug 4, 2016

  1. Configuration menu
    Copy the full SHA
    770ddab View commit details
    Browse the repository at this point in the history
  2. NEW: New coset enumerator for MTC with less kernel dependence.

    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.
    hulpke committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    b5ac9f1 View commit details
    Browse the repository at this point in the history
  3. NEW: Fp Group GHBI uses new TC.

    This fixes the previously reported bug.
    Close gap-system#302
    hulpke committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    f0d660d View commit details
    Browse the repository at this point in the history
  4. NEW: When calling IsomorphismFpGroupByGenerators force same Nr. of gens

    by possibly not optimizing.
    hulpke committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    4c280f7 View commit details
    Browse the repository at this point in the history
  5. NEW: Variant for MTC by cyclic subgroup -- use for group order.

    Also use new TC for cyclic index subgroup when computing size. Quiet option.
    hulpke committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    629c3b1 View commit details
    Browse the repository at this point in the history
  6. NEW: Abelian version of MTC. Use in `AbelianInvariants' for subgp.

    Removed library code for old version that is now obsolete.
    hulpke committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    257e7a0 View commit details
    Browse the repository at this point in the history