-
-
Notifications
You must be signed in to change notification settings - Fork 535
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
Permutation groups .degree() function misleads. #3404
Comments
comment:1
Unfortunately, since permutation groups are (currently) simply wrappers for GAP permutation groups, the object itself carries no notion of what it acts on, only a cycle representation of its generators.
However, you can do:
The second is telling you which vertex of the graph is thought of as which integer by the group (here GAP thinks of this as 3 fixed, 4 fixed, 5 fixed, ...) and the third are the actual orbits of all the vertices. This is a problem in permutation groups, not graphs. |
This comment has been minimized.
This comment has been minimized.
comment:3
This has been fixed.
|
Both of the graphs below are the path graph on 3 vertices. The problem is that the first labeling returns a permutation group of degree 2, when it should be of degree 3.
Component: basic arithmetic
Issue created by migration from https://trac.sagemath.org/ticket/3404
The text was updated successfully, but these errors were encountered: