CompSci 367/761 ASSIGNMENT 2: TRAVELLING SALESPERSON PROBLEM (TSP) : FINDING OPTIMAL TOUR ADDENDA 1.0 6 August 2019
1 INTRODUCTION TO ADDENDA
This document is the addenda to the different parts of the assignment document. The addenda either corrects or clarifies part of the assignment description.
2 ADDENDA FOR PHASE 1 DESCRIPTION
Clarifications:
• page 2, top of page: where SolutionPath is described, the following sen- tence should be added “Unlike the input varaible ’Path’, ’SolutionPath’ is a list of cities IN THE ORDER they are visited, whereas ’Path’ is in the reverse order.”
1