You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the consensus is that self edges are not supported by stinger. So the julia side should just check on insertion and deletion to prevent calling into stinger when src==dst.
The C definition of
remove_edge!
does have a note specifying how this function should not be called concurrently with the same source.@jpfairbanks Does this case come under that condition? I guess we should add a check for this at the wrapper side (in
remove_edge
) in any case.If we are not able to allow for deletion of loop edges, should we allow such an edge to be inserted in
insert_edge!
in the first place?The text was updated successfully, but these errors were encountered: