Tagged Questions

9
votes
7answers
439 views

Travelling Salesman with multiple salesmen?

I have a problem that has been effectively reduced to a Travelling Salesman Problem with multiple salesmen. I have a list of cities to visit from an initial location, and have to visit all cities with ...
6
votes
2answers
240 views

Teleporting Traveler, Optimal Profit over time Problem

I'm new to the whole traveling-salesman problem as well as stackoverflow so let me know if I say something that isn't quite right. Intro: I'm trying to code a profit/time-optimized multiple-trade ...
4
votes
1answer
674 views

Traveling Salesman - Nearest Neighbor vs Genetic DEATHMATCH

Over the last few days I have noted a few web sites that demonstrated TS solution using genetic algorithms. I am looking for your opinion which is better for this particular problem. Heuristics vs ...
1
vote
3answers
92 views

Travelling Salesman Constructive Heuristics

Say, we have a circular list representing a solution of the traveling salesman problem. This list is initially empty. If the user is allowed to enter a city and it's coordinate one by one, what ...
0
votes
0answers
59 views

How can I approach the Travelling Saleman Problem with multiple salesman?

I have a problem that has been effectively reduced to a Travelling Salesman Problem with multiple salesman. I have a list of cities to visit from an initial location, and have to visit all cities with ...