Re: [sage-devel] Bug in representative_action()

2023-03-28 Thread Dima Pasechnik
On Tue, Mar 28, 2023 at 3:04 PM 'Peter Mueller' via sage-devel wrote: > > The method representative_action() for Sage permutation groups erroneously > returns the identity element when it actually should either fail or return > something which makes clear if no representative exists. The corres

[sage-devel] Bug in representative_action()

2023-03-28 Thread 'Peter Mueller' via sage-devel
The method representative_action() for Sage permutation groups erroneously returns the identity element when it actually should either fail or return something which makes clear if no representative exists. The corresponding method for libgap groups behaves as expected: sage: g = PermutationGr