-
-
Notifications
You must be signed in to change notification settings - Fork 697
Closed
Description
It was decided to develop flatsurf as an independent package
Old description
In #8386 we decided to only move iet to sage/dynamics. This ticket stands for the creation of the new datatype and the correction of the following bug
sage: p = iet.Permutation('a b','b a')
sage: q = iet.Permutation('b a','a b')
sage: p == q
True
CC: @sagetrac-Fougeroc
Component: combinatorics
Keywords: iet, flat surfaces
Reviewer: Frédéric Chapoton
Issue created by migration from https://trac.sagemath.org/ticket/14683