flatsurf / surface-dynamics

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

Simplify inheritance of iet permutations and Rauzy diagrams #70

Open videlec opened 10 months ago

videlec commented 10 months 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.