-
-
Notifications
You must be signed in to change notification settings - Fork 674
Closed
Description
- Documentation improvements
- Fixes some of http://wiki.sagemath.org/combinat/Weirdness
- Composition(l) accepts any iterable l, and in particular a tuple
- New functionalities:
- concatenation (as
__add__
and sum) - size
- fatter, finer, fatten (refinement of compositions)
- concatenation (as
- Uses IntegerListsLex (fast iteration, ...) instead of not any better specific code
Note: this changes the iteration order to inverse lexicographic,
and iteration changes the iteration order for set partitions, skew
partitions, and skew tableaux.
CC: @sagetrac-sage-combinat @jbandlow
Component: combinatorics
Keywords: integer compositions
Author: Nicolas M. Thiéry
Reviewer: Dan Drake, Jason Bandlow, Minh Van Nguyen
Merged: Sage 4.1.2.alpha0
Issue created by migration from https://trac.sagemath.org/ticket/5600