[sage-combinat-devel] Re: integral_points of a Polyhedron with PALP, increase POLY_Dmax

2012-05-13 Thread Volker Braun
Hi Martin, PALP has various compile-time limits. You can increase POLY_Dmax in the PALP sources but you are likely to hit another limit if your problem is this large. Also, PALP typically does not do any checking so you'll get wrong answers. I wrote a Cython implementation of the naive point

[sage-combinat-devel] Symmetric functions

2012-05-13 Thread Mike Zabrocki
I have been digging into Macdonald polynomials all this last week and every time I think I have a way of cleaning up the problem, I scratch the surface and another problem arises. I'd like some advice about what should be going on behind the scenes. I know what behavior we would like to have.

[sage-combinat-devel] queue broken

2012-05-13 Thread Martin Rubey
Following advice of Volker, I installed 5.0rc1. This install went fine. However, the combinat queue does not apply: patching file sage/combinat/partition.py Hunk #1 FAILED at 428 1 out of 1 hunks FAILED -- saving rejects to file sage/combinat/partition.py.rej patch failed, unable to continue

Re: [sage-combinat-devel] queue broken

2012-05-13 Thread Anne Schilling
On 5/13/12 10:32 PM, Martin Rubey wrote: Following advice of Volker, I installed 5.0rc1. This install went fine. However, the combinat queue does not apply: patching file sage/combinat/partition.py Hunk #1 FAILED at 428 1 out of 1 hunks FAILED -- saving rejects to file

[sage-combinat-devel] docstring in CartanType and CartanTypeFactory

2012-05-13 Thread Christian Stump
Hi -- I have a question on proper documentation: Hugh and I are currently finalizing the QuiverMutationType and have the following problem: the file is organized similarly to CartanType, so we have a factory delegating the work to reducible or irreducible classes, or giving samples. In

Re: [sage-combinat-devel] queue broken

2012-05-13 Thread Martin Rubey
Anne Schilling a...@math.ucdavis.edu writes: On 5/13/12 10:32 PM, Martin Rubey wrote: Following advice of Volker, I installed 5.0rc1. This install went fine. However, the combinat queue does not apply: patching file sage/combinat/partition.py Hunk #1 FAILED at 428 1 out of 1 hunks

Re: [sage-combinat-devel] queue broken

2012-05-13 Thread Anne Schilling
On 5/13/12 10:54 PM, Martin Rubey wrote: Anne Schilling a...@math.ucdavis.edu writes: On 5/13/12 10:32 PM, Martin Rubey wrote: Following advice of Volker, I installed 5.0rc1. This install went fine. However, the combinat queue does not apply: patching file sage/combinat/partition.py