Skip to content
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

FatGraph enhancements #86

Open
5 tasks
videlec opened this issue May 23, 2024 · 1 comment
Open
5 tasks

FatGraph enhancements #86

videlec opened this issue May 23, 2024 · 1 comment

Comments

@videlec
Copy link
Contributor

videlec commented May 23, 2024

  • more compatibility between fat graphs and 3-constellations
  • support for folded edges (as in veerer). These correspond to fixed points for the edge permutation ep.
  • add an edge flip operation (both forward and backward)
  • more enumerators
    • face-bipartite and/or vertex-bipartite fat graphs
    • simple graphs (ie with/without loops and with/without multiple edges)
  • uniform and Boltzman random fat graphs
@videlec
Copy link
Contributor Author

videlec commented Jul 4, 2024

One way to support folded edges (and canonical edge permutation) is to introduce two integers for the number of edges and number of folded edges. Canonical edge permutations are (0,1)(2,3)(4,5)(6)(7)(8) (folded edges at the end).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant