#5288: [with patch, not ready for review] cython gray code iterator for
k-combinations of a set
-----------------------------+----------------------------------------------
Reporter: dgordon | Owner: mhansen
Type: enhancement | Status: needs_work
Priority: major | Milestone: sage-4.8
Component: combinatorics | Keywords:
Work_issues: | Upstream: N/A
Reviewer: | Author:
Merged: | Dependencies:
-----------------------------+----------------------------------------------
Comment(by ppurka):
Sorry, small typo above (but the code is to just give an idea of a
working example):
`for ss in binom(S[(i+1):], k-1):` should be
`for ss in _binom(S[(i+1):], k-1):`
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5288#comment:3>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.