flatsurf / surface-dynamics

Teichmüller dynamics in SageMath
https://flatsurf.github.io/surface-dynamics/
GNU General Public License v2.0
12 stars 14 forks source link

Simplify inheritance of iet permutations and Rauzy diagrams #70

Open videlec opened 1 year ago

videlec commented 1 year ago

Currently we have many different classes for permutations and Rauzy diagrams (in template.py, reduced.py and labelled.py). We should factorize the current method implementations (eg rauzy_diagram) and remove as many classes as possible.