Top Down Heuristic
This heuristic is also a greedy concept, but the algorithm tries to find paths starting at the root and following the best
scoring outgoing edge, that does not conflict with already selected edges, by adding it to the solution.
Back to Peak Scoring Settings