Algorithms icon indicating copy to clipboard operation
Algorithms copied to clipboard

Add new test cases and correct old ones for TspDynamicProgrammingIterative

Open Aleks-Petkov opened this issue 3 years ago • 0 comments
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.

Aleks-Petkov avatar Feb 23 '22 22:02 Aleks-Petkov