-
Notifications
You must be signed in to change notification settings - Fork 165
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
Another IsPrimitive issue #3349
Comments
The problem with explaining this in the documentation is that in practice people won't read it anyway.... So in this sense, I'd prefer the second approach. But I wonder if there are situations where that in turn might be slower? Perhaps @hulpke has some thoughts on this? |
I've been looking at this a little during the GAP days in St Andrews. It seems that the issue is with
I'm going to dig a bit deeper. |
This looks interesting. I had thought the whole thing is about performance, but the The object returned by Apparently Hence the |
I see several ways to deal with the problem.
@james-d-mitchell @hulpke @fingolfin Any thoughts on this? |
I think the |
(Issue #3329 also deals with
IsPrimitive
.)A student in Aachen has noticed the following behavior, which happens in the GAP master branch as well as in released versions.
Should we add some statements to the documentation, saying that
IsPrimitive
is more efficient when it is called with a permutation group in its natural action on points?Or should an
IsPrimitive
method for non-natural actions be installed, which calls firstAction
and thenIsPrimitive
for the image under the action?The text was updated successfully, but these errors were encountered: