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
Suggested in reaction to #76 because directed graphs is what is actually represented by most matrices in the package. Not sure what the cons and pros are here, except that it's not something worth bothering with yet, at least not before the next release. I'm just dropping it here for the records ;)
The text was updated successfully, but these errors were encountered:
The big pro would be that we (developers) and the user could use directly algorithms from Graphs.jl, for instance to compute centrality metrics or search for communities.
I assume that the con is that we would be dependent of a structure that we didn't create, thus we don't have full control over it. But at this point, the trade-of seems very positive to me.
Suggested in reaction to #76 because directed graphs is what is actually represented by most matrices in the package. Not sure what the cons and pros are here, except that it's not something worth bothering with yet, at least not before the next release. I'm just dropping it here for the records ;)
The text was updated successfully, but these errors were encountered: