#12848: Bug in order_ideal_complement_generators: 'down'
-------------------------------------+--------------------------------------
Reporter: nthiery | Owner: sage-combinat
Type: PLEASE CHANGE | Status: new
Priority: major | Milestone: sage-5.0
Component: combinatorics | Resolution:
Keywords: posets | Work issues:
Report Upstream: N/A | Reviewers:
Authors: Nicolas M. ThiƩry | Merged in:
Dependencies: | Stopgaps:
-------------------------------------+--------------------------------------
Comment (by aschilling):
I am looking at the patch on the sage-combinat queue. The method
+ def upper_set(self, elements, direction='up'):
+ if direction=='up':
+ return self.order_filter(elements)
+ else:
+ return self.order_ideal(elements)
is missing a doctest.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12848#comment:1>
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.