I have a problem that related to Travelling Salesman Problem with multiple salesmen. I have a list of cities to visit from an initial location,and the all salesmen start and end at the same places .Each salesman have to visit cities and come back to its initial location within given deadline (deadline for distance).The goal is to minimize travelling distance for all saleman.
I tried to solve the problem using MathProg language in GLPK. But i could not come up with good solution (Subtour not properly eliminated,feasible solution not obtained...) .If any body solve this types of problem, I need advise from them...(How to solve my problem and obtain result for this problem)