Hi!
Homsets are used whenever a coercion or conversion map is involved, hence,
they are uniquitous in Sage and should thus be fast. Before I try to
convert homset.py into homset.pyx, I'd like to ask, because I suppose
people have already tried to make it Cython: Is there a reason why the
transitio
Hello all!
Right now, the _repr_ method for posets returns a very generic statement:
sage: Posets(4)[0]
Finite poset containing 4 elements
This makes two posets with the same number of elements indistinguishable
from their _repr_. I would like to change this. Possible suggestion:
Poset on n el