HungarianAlgorithm.initializePhase

Initialize the next phase of the algorithm by clearing the committed workers and jobs sets and by initializing the slack arrays to the values corresponding to the specified root worker.

@param w the worker at which to root the next phase.

struct HungarianAlgorithm(T)
pure nothrow
void
initializePhase
(
in int w
)

Meta