#7751: Kazhdan-Lusztig polynomials, Bruhat order, and related features
---------------------------------+------------------------------------------
Reporter: bump | Owner:
Type: enhancement | Status: positive_review
Priority: major | Milestone: sage-4.3.3
Component: combinatorics | Keywords: Kazhdan-Lusztig, Bruhat order
Author: bump | Upstream: N/A
Reviewer: roed, Brant Jones | Merged:
Work_issues: |
---------------------------------+------------------------------------------
Comment(by mpatel):
Applying the patch to
[http://trac.sagemath.org/sage_trac/ticket/8186#comment:8 this hierarchy]
(minus #8232), I get
{{{
patching file sage/combinat/root_system/weyl_group.py
Hunk #5 FAILED at 145
1 out of 13 hunks FAILED -- saving rejects to file
sage/combinat/root_system/weyl_group.py.rej
}}}
The reject:
{{{
#!diff
--- weyl_group.py
+++ weyl_group.py
@@ -138,6 +146,7 @@
self.n = lattice.dimension() # Really needed?
# MatrixGroup_gens takes plain matrices as input. So we can't do:
#MatrixGroup_gens.__init__(self, list(self.simple_reflections()))
+ self._prefix = prefix
MatrixGroup_gens.__init__(self,
[self.morphism_matrix(self.lattice().si
mple_reflection(i)) for i in self.index_set()])
@cached_method
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7751#comment:13>
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.