Ah, now I see it is actually mentioned in the documentation, because I was
reading part for SetPartition, not for SetPartitionS...
Dne úterý 15. února 2022 v 10:38:46 UTC+1 uživatel mitchondra napsal:
> To be honest, I really did not find the error message helpfull and I
> identifi
To be honest, I really did not find the error message helpfull and I
identified the problem mostly just by "common programmer sense". But, of
course, I am not that familiar with Sage.
I basically just used the examples of SetPartitions constructor, since I
found no general explanation what ar
Hello,
I am currently working with set partitions and I encountered possible bug
when creating SetPartitions instance with specified partition sizes:
```
sage: SetPartitions(10, [4,3,2,1])