You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today there was some confusion about combinations because clearly Oscar code uses it but Oscar.combinations does not exist.
Turns out AbstractAlgebra.combinations exists but is not exported.
Moreover we have Oscar.LieAlgebras.combinations which wraps the AA methods but calls sort on the result.
It would be nice to have this function (and perhaps also Oscar.LieAlgebras.multicombinations) as part of our Oscar combinatorics "package".
But I am guessing there is a reason why this is not just exported right now... perhaps someone (@thofma ? @lgoettgens ?) knows and can fill us in what has to be done.
(Once we know what is needed, perhaps @mjrodgers can take care of this)
The text was updated successfully, but these errors were encountered:
So how do we resolve this? Have an alg or ordering or so argument which allows to select an ordering, with some default the PIs select by vote/dice/whatever?
Today there was some confusion about
combinations
because clearly Oscar code uses it butOscar.combinations
does not exist.Turns out
AbstractAlgebra.combinations
exists but is not exported.Moreover we have
Oscar.LieAlgebras.combinations
which wraps theAA
methods but callssort
on the result.It would be nice to have this function (and perhaps also
Oscar.LieAlgebras.multicombinations
) as part of our Oscar combinatorics "package".But I am guessing there is a reason why this is not just exported right now... perhaps someone (@thofma ? @lgoettgens ?) knows and can fill us in what has to be done.
(Once we know what is needed, perhaps @mjrodgers can take care of this)
The text was updated successfully, but these errors were encountered: