Johannes Schmitt
Johannes Schmitt
I rebased this now on top of #1605. There seems to be a new test failure (I have the vague feeling that I once debugged this one already, apparently it...
This needs non-obvious changes in Hecke apparently (maybe these are already in https://github.com/thofma/Hecke.jl/pull/1522, I forgot). So this shouldn't be in the 0.46 breaking release.
I'll look into it. And yes, `standard_tableaux` currently produces a "big list" internally and then returns an iterator over that list. The big list version was implemented in JuLie, copied...
Thank you for reporting all this. I fixed some of these in #3860. I don't think we can do anything about `filter(..., partitions(3))`. From what I understand, `filter` works on...
> I have forgotten how many different print modes we have: used to be `:oneline` and `:terse` and also the full version. I think it would be better to have...
> This is looking very good now -- thanks, @joschmitt There is still an error with `weight`. Specifically > > ``` > H = hook_lengths(partition([4,2,1])) > weight(H) # gives BoundsError...
It is quite possible that there is a silent assumption in the tableaux code that any number one puts in is positive. This would also be what Fulton assumes in...
> Aha! Near the top of the [OSCAR manual page for Young tableaux] (https://docs.oscar-system.org/stable/Combinatorics/EnumerativeCombinatorics/tableaux/#Semistandard-tableaux) > > There is written "[we] assume that we fill from a set of integers from...
Two comments from #3887: By me: > The only function left, which still first fills an array internally and then iterates the entries, is `semistandard_tableaux(shape, weight)`. > This function is...
> I have another issue with free resolutions. Not sure if it fits here. Shall I post this as a new issue? > > In any case, this: > >...