-
-
Notifications
You must be signed in to change notification settings - Fork 513
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trac #22546: Improve combinatorial_automorphism_group in polyhedra class
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. URL: https://trac.sagemath.org/22546 Reported by: moritz Ticket author(s): Moritz Firsching Reviewer(s): Jean-Philippe Labbé
- Loading branch information
Showing
1 changed file
with
159 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters