protected static class KuhnMunkresMinimalWeightBipartitePerfectMatching.KuhnMunkresMatrixImplementation<V,E> extends Object
| Modifier and Type | Class and Description | 
|---|---|
protected class  | 
KuhnMunkresMinimalWeightBipartitePerfectMatching.KuhnMunkresMatrixImplementation.MatchExtender
Aggregates utilities to extend matching 
 | 
| Constructor and Description | 
|---|
KuhnMunkresMinimalWeightBipartitePerfectMatching.KuhnMunkresMatrixImplementation(WeightedGraph<V,E> G,
                                                                                List<? extends V> S,
                                                                                List<? extends V> T)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected int[] | 
buildMatching()
Gets costs-matrix as input and returns assignment of tasks
 (designated by the columns of cost-matrix) to the workers (designated
 by the rows of the cost-matrix) so that to MINIMIZE total
 tasks-tackling costs 
 | 
Copyright © 2016. All rights reserved.