Skip to content

Commit

Permalink
#3. Fix solveMax to result in proved non-collision deterministic matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurkushman committed Jul 29, 2019
1 parent 3573a4b commit eda6544
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hungarian.go
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,8 @@ func SolveMax(matrix [][]float64) map[int]map[int]float64 {

b.removeExtra()

b.checkAndReplace()

return b.ReducedExtremums
}

Expand Down

0 comments on commit eda6544

Please sign in to comment.