-
-
Notifications
You must be signed in to change notification settings - Fork 697
Closed
Description
The irreducibility of generalized permutation does not work
sage: p = iet.GeneralizedPermutation('1 2 2 3 3','1 4 4')
sage: p.is_irreducible()
True
But it should returns False.
The patch corrects this behavior. The implementation is a bit modified and many doctests are added.
Component: combinatorics
Keywords: permutation, quadratic differentials
Author: Vincent Delecroix
Reviewer: Frédéric Chapoton
Merged: sage-5.3.beta0
Issue created by migration from https://trac.sagemath.org/ticket/12643