Open videlec opened 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.
template.py
reduced.py
labelled.py
rauzy_diagram
Currently we have many different classes for permutations and Rauzy diagrams (in
template.py
,reduced.py
andlabelled.py
). We should factorize the current method implementations (egrauzy_diagram
) and remove as many classes as possible.