[GAP Forum] Possible bug in stbcbckt.gi

Mathieu Dutour mathieu.dutour at gmail.com
Sun Aug 22 16:10:20 BST 2021


Dear all,

in this file we have

    elif IsAbelian(E) and IsCyclic(F) then

I think it should be

    elif IsAbelian(E) and IsCyclic(E) then

If I were wrong, why then the test later on?
      if not IsCyclic(F) then return fail;fi;

Best,

  Mathieu


More information about the Forum mailing list