On Thu, Apr 2, 2009 at 9:14 AM,  <[email protected]> wrote:
>
> Hi all,
>
> I just found that PermutationGroup_generic.__cmp__ relies on the
> comparison provided by gap, but *reverses* the output. Hence, we have
>
> sage: G = PermutationGroup([[(1,2)]])
> sage: H = PermutationGroup([[()]])
> sage: G<H
> True
> sage: G._gap_()<H._gap_()
> False
>
> Is this what we want?


Definitely not.


>
> Yours,
>     Simon
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to