KevinStern / software-and-algorithms

Neat algorithm implementations in Java.
MIT License
118 stars 70 forks source link

labelByWorker Initialization #6

Closed clauber115 closed 9 years ago

clauber115 commented 9 years ago

Hi there,

I am replicating this code in fortran and in reproducing it I have noticed that at no point is labelByWorker initialized. Is this a mistake? Has anyone run into this problem before?

Thanks

KevinStern commented 9 years ago

I presume you're referring to the Java implementation of the Hungarian algorithm. In Java, the indices of a double array are initialized to zero.

On Tue, Apr 7, 2015 at 3:12 PM clauber115 notifications@github.com wrote:

Hi there,

I am replicating this code in fortran and in reproducing it I have noticed that at no point is labelByWorker initialized. Is this a mistake? Has anyone run into this problem before?

Thanks

— Reply to this email directly or view it on GitHub https://github.com/KevinStern/software-and-algorithms/issues/6.