Searched refs:_matching_cost (Results 1 – 1 of 1) sorted by relevance
60 def _matching_cost(G, matching): function69 return list(cols), _matching_cost(G, cols)78 return cols, _matching_cost(G, cols)88 best_cost = _matching_cost(G, best)90 cost = _matching_cost(G, p)