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 find the solution simple and straightforward, but I would appreciate any feedback from the Loom team about this as I know there may be larger considerations I am missing. Thanks!
The text was updated successfully, but these errors were encountered:
The function
bipartite-color
will fail (non-deterministically!) for digraphs if it contains at least one node with no outgoing edges due to the use ofsuccessors
here: https://github.com/aysylu/loom/blob/master/src/loom/alg.cljc#L438There is discussion on this issue here (it was discovered while attempting to use
ubergraph
): Engelberg/ubergraph#35I have submitted a PR with a fix here: #117
I find the solution simple and straightforward, but I would appreciate any feedback from the Loom team about this as I know there may be larger considerations I am missing. Thanks!
The text was updated successfully, but these errors were encountered: