hungarian#

hungarian(cost_matrix)#

Return a zero-based column-to-row assignment and its total cost.

Parameters:

cost_matrix (Any)

Return type:

tuple[ndarray, float]