Algorithms
Algorithms copied to clipboard
#302 Improve TSP test suite
trafficstars
Added 5 new test cases, functionally changed 2 others and refactored the rest to improve readability (e.g. not defining a 3x3 matrix with values when the test only aims to throw an exception due to incorrect dimensions). The changes increase the class' branch coverage from 81% to 100%.
Can this PR be merged or would you like me to remove the non-functional test first?