Barabasi-Albert_Network icon indicating copy to clipboard operation
Barabasi-Albert_Network copied to clipboard

Avoid self-loops

Open enricobottazzi opened this issue 6 months ago • 0 comments

add_edge() should check if a self loop edge is generated (ex edge from A -> A) and, if that's the case, repeat the action.

enricobottazzi avatar Aug 27 '24 02:08 enricobottazzi