Algorithms
Algorithms copied to clipboard
Add new test cases and correct old ones for TspDynamicProgrammingIterative
trafficstars
The class TspDynamicProgrammingIterative currently has 81% branch coverage and can be extended to have 100% coverage. There are no tests for checking too large distance matrices, and there are also some tests that incorrectly handle for example non-square distance matrices.