Skip to content

Make interval exchange transformations work with permutation with flips #69

@videlec

Description

@videlec

The current interval exchange transformation objects (in surface_dynamics/interval_exchanges/iet.py) do not handle flips. It is not too complicated to modify the current class IntervalExchangeTransformation to handle them. Here is list of methods that should be modified

  • translations
  • erase_marked_points
  • __mul__ (for composition)
  • __call__ (for computing image of a point)
  • rauzy_move, backward_rauzy_move, zorich_move
  • plot_functions, plot_two_intervals, plot_towers

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions