The document summarizes the direct n-best multiple hypothesis tracking (MHT) approach. It describes how the approach modifies the original n-best MHT by directly initializing the node list with n nodes containing modified cost matrices for the n hypotheses. This reduces the computational complexity from O(n2) to O(n) by dragging the while loop of Murty's algorithm out of the for loop running over hypotheses. The modified cost matrices incorporate the parent hypothesis probabilities into the assignment costs such that the costs correspond directly to hypothesis probabilities.