Relux-the-Relux

Results 4 issues of Relux-the-Relux

Addressing #735 and #736. We now save the inserted edges in a Hash table to quickly check if the edge is already in the Graph. And now we have the...

performance
stagnant

Adding the option to read edges from `coo_array`s by using the Cython NumPy API which should be significantly faster than just using the regular Python API. There seems to be...

new feature

This addresses #931 and should fix the inconsistent results from `GraphTools::toUndirected`. Now when inserting the inEdges of the previous graph we check if the edge going in the opposite directions...

bug