#10817: implementation of the generalized associahedron as a polyhedral complex
----------------------------------------------------+-----------------------
Reporter: stumpc5 | Owner:
Type: enhancement | Status:
needs_work
Priority: major | Milestone: sage-5.0
Component: combinatorics | Keywords:
associahedra
Work_issues: | Upstream: N/A
Reviewer: Frédéric Chapoton, Nicolas M. Thiéry | Author:
Christian Stump
Merged: | Dependencies:
----------------------------------------------------+-----------------------
Changes (by jdemeyer):
* status: positive_review => needs_work
Comment:
There is a doctest failure on hawk (OpenSolaris 06.2009-32):
{{{
**********************************************************************
File
"/export/home/buildbot/build/sage/hawk-1/hawk_full/build/sage-5.0.beta6/devel
/sage-main/sage/combinat/root_system/associahedron.py", line 43:
sage: sorted(Asso.Hrepresentation())
Expected:
[An inequality (-1, 0) x + 1 >= 0, An inequality (1, 0) x + 1 >= 0, An
inequality (1, 1) x + 1 >= 0, An inequality (0, 1) x + 1 >= 0, An
inequality (0, -1) x + 1 >= 0]
Got:
[An inequality (0, -1) x + 1 >= 0, An inequality (1, 1) x + 1 >= 0, An
inequality (1, 0) x + 1 >= 0, An inequality (0, 1) x + 1 >= 0, An
inequality (-1, 0) x + 1 >= 0]
**********************************************************************
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10817#comment:20>
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.