Closed songheony closed 4 years ago
Hi, thanks for releasing a good library. I got an error with the graph below, can you help me?
G = {'p0': {'c0': 0.7542973970266263}, 'p2': {'c1': 0.49921363305452704}} matching = algorithm.find_matching(G, matching_type="max", return_type="list")
The error was 'G is not bipartite', so that find_matching function always returns 'False'.
Oh, my bad. It was not bipartite graph.
Hi, thanks for releasing a good library. I got an error with the graph below, can you help me?
G = {'p0': {'c0': 0.7542973970266263}, 'p2': {'c1': 0.49921363305452704}} matching = algorithm.find_matching(G, matching_type="max", return_type="list")
The error was 'G is not bipartite', so that find_matching function always returns 'False'.