Originally posted by: RithulKrishnan
Hi,
I'm solving the TSP using the given example, but I also want to show the sequence or route of the selected tour (e.g. if there are 4 cities, then I want to show the route as 1-3-2-4-1 or 1-3-2-4). I have been trying to do so from the past 2 days but have been unable to figure out a way to do this. Any help will be greatly appreciated.
Thank You,
Rithu
#DecisionOptimization#MathematicalProgramming-General