JSNetworkX icon indicating copy to clipboard operation
JSNetworkX copied to clipboard

Porting of max_weighted_matching

Open make-github-pseudonymous-again opened this issue 10 years ago • 2 comments

I have a JavaScript version of the max_weighted_matching procedure here. It is not a port of the NetworkX version but of the original implementation made by Joris van Rantwijk. I do not know if this can help.

I guess it depends on the data structure your implementation expects. If it can be adjusted to work with JSNetworkX graphs then it would be great to have it!

fkling avatar Aug 10 '15 18:08 fkling

Ok I think I can do this. This should be put in a file named JSNetworkX/src/algorithms/matching.js, right?