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
IntegerListsLex refactoring, and application to Partitions
Reworked the integer lists lexicographic generator into a full
featured combinatorial class IntegerListsLex
support for n in a set (or any iterable I implementing n in I)
Applications to Partitions:
Systematic use of IntegerListsLex to get constant amortized time
iterators (huge efficiency improvement).
This includes PartitionsGreatestEQ and PartitionsGreatestLE which
were previously implemented in GAP. This was inefficient due to
the communication overhead, and not using an iterator.
(backward compatible unpickling)