Closed bradbeattie closed 14 years ago
prog02.exe is most certainly not running into a tie.
Getting rid of
graph = CondorcetSystem.remove_weak_edges(graph)in the schwartz_set_heuristic method solves this issue. WIll test some more first.
Unit tests all pass with the same winners. Done.
This says that it's a tie between D/E, B/E, and B/D. However, Schulze's prog01.exe disagrees. It also suggests C/E, which we've eliminated.