I tried to compile more things with C++ and things just got worse. But
maybe I did it wrong, that is also possible.
Anyway, using sets as an alternative wasn't really sucessfull. It is a bit
slower. Turns out the data structure is pretty good.
David Coudert schrieb am Dienstag, 12. Januar 2021
I have not tried yet, but isn't it due to the fact that some parts are
compiled with C and others with C++ ?
Le lundi 11 janvier 2021 à 11:28:47 UTC+1, jonatha...@googlemail.com a
écrit :
> Super weird. I think it is a cython bug, but I'm not sure.
>
> The problem seems to be that the parent cl
Super weird. I think it is a cython bug, but I'm not sure.
The problem seems to be that the parent class has the same method. I need
to enforce the correct method
by
self.foo(u) -> SparseGraph.foo(self, u)
This seems to work (compiles and the doctests pass).
jonatha...@googlemail.com schrieb a