-
-
Notifications
You must be signed in to change notification settings - Fork 488
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
Improve combinatorial_automorphism_group in polyhedra class #22546
Comments
Commit: |
Dependencies: https://trac.sagemath.org/ticket/22500 |
comment:3
This addition does everything I propose to do and illustrate the differences with examples. |
Changed dependencies from https://trac.sagemath.org/ticket/22500 to #22500 |
comment:5
|
This comment has been minimized.
This comment has been minimized.
comment:6
Thanks for the comments, Vincent!
The reason to have the options
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:9
Is the description of the ticket missing a sentence at the end? |
comment:10
|
This comment has been minimized.
This comment has been minimized.
comment:13
Thanks for looking at the ticket, JP! I fixed up the things you mentioned and added some little improvements in the docstring. Also I rebased on the current rc0. |
comment:17
There are failed doctests. See the bot shortlog,
|
Reviewer: Jean-Philippe Labbé |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:20
This should fix the problem. |
comment:21
Looks good to me. |
Changed branch from u/moritz/combinatorial_automorphism_group to |
Currently, the
combinatorial_automorphism_group
method in the polyhedron class returns a group isomorphic to the automorphism group of the vertex-edge graph of the polyhedron. I propose to changes two the method:(1) don't return a permutation group on the number
1, 2,.. self.n_vertices()
, but rather a permutation group on the actual objects (vertices of the polyhedron)(2) wide the functionality to not only return the automorphism group of the vertex-edge graph, but also of the vertex-facet graph.
The second improvement has the advantage that the automorphism group of the vertex-facet graph is the same as the automorphism of the face lattice.
Since the vertex-facet graph is also used in the related
.is_combinatorially_isomorphic
method (see #22500) and it might be useful on its own, it is now a seperate function.Depends on #22500
CC: @jplab
Component: geometry
Keywords: polyhedron, days84
Author: Moritz Firsching
Branch/Commit:
128d28e
Reviewer: Jean-Philippe Labbé
Issue created by migration from https://trac.sagemath.org/ticket/22546
The text was updated successfully, but these errors were encountered: