You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The patch implement the disjoint union of a family of enumerated sets. It allows in particular to deal with infinite unions such as in
sage: DisjointUnionEnumeratedSets(
... Family(NonNegativeIntegers(), Permutations))
Disjoint union of Lazy family (Permutations(i))_{i in Non negative integers}
The patch implement the disjoint union of a family of enumerated sets. It allows in particular to deal with infinite unions such as in
Depend on #7395.
Florent
CC: @sagetrac-sage-combinat
Component: combinatorics
Keywords: Disjoint union, enumerated sets
Author: Florent Hivert
Reviewer: Nicolas M. Thiéry
Merged: sage-4.3.alpha0
Issue created by migration from https://trac.sagemath.org/ticket/7396
The text was updated successfully, but these errors were encountered: