Tagged Questions
21
votes
6answers
742 views
Travelling salesman with repeat nodes & dynamic weights
Given a list of cities and the cost to fly between each city, I am trying to find the cheapest itinerary that visits all of these cities. I am currently using a MATLAB solution to find the cheapest ...
16
votes
13answers
3k views
Have you used a traveling salesman algorithm to solve a problem?
I studied TSP in college in the context of NP Completeness. I have never actually had a situation where it would apply to a practical problem. A little bit of research shows that it has been used ...
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 ...
7
votes
3answers
1k views
Using A* to solve Travelling Salesman Problem
I've been tasked to write an implementation of the A* algorithm (heuristics provided) that will solve the travelling salesman problem. I understand the algorithm, it's simple enough, but I just can't ...
7
votes
5answers
5k views
traveling salesman problem, 2-opt algorithm c# implementation
Hello
Can someone give me a code sample of 2-opt algorithm for traveling salesman problem. For now im using nearest neighbour to find the path but this method is far from perfect, and after some ...
6
votes
2answers
562 views
Is this problem NP-hard?
I'm trying to come up with a reasonable algorithm for this problem:
Let's say you have a bunch of balls. Each ball has at least one color, but can also be multicolored. Each ball also has a number ...
6
votes
5answers
756 views
Why does adding Crossover to my Genetic Algorithm gives me worse results?
I have implemented a Genetic Algorithm to solve the Traveling Salesman Problem (TSP). When I use only mutation, I find better solutions than when I add in crossover. I know that normal crossover ...
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 ...
5
votes
2answers
215 views
What is the problem name for Traveling salesman problem(TSP) without considering going back to starting point?
I would like to know what is the problem name for TSP w/o considering the way of going back to starting point and what is the algorithm to solve this.
I looked into Shortest path problem but that is ...
5
votes
3answers
789 views
Traveling salesman example with known global optimum
I made a memetic algorithm in Python for traveling salesman problem.
However, all the test data (list of distances between cities) I've encountered lack the information of the best solution, so I ...
4
votes
5answers
604 views
Solving the Travelling Salesman Problem in ruby (50+ locations)
I am working in a delivery company. We currently solve 50+ locations routes by "hand".
I have been thinking about using Google Maps API to solve this problem, but I have read that there is a 24 ...
4
votes
3answers
239 views
Algorithm to generate TSP solutions randomly
The most common heuristics to solve the TSP problem (in particular the Kernighan–Lin heuristic) require to work on a randomly generated tour and to improve the solution starting from that. However, ...
4
votes
2answers
428 views
Travelling Salesman Problem Constraint Representation
I read a couple of articles and sample code about how to solve TSP with Genetic Algorithms and Ant Colony Optimization etc. But everything I found didn't include time (window) constraints, eg. "I have ...
4
votes
2answers
381 views
Non-cycle path to all nodes
Is there an algorithm or set of algorithms that would let you find the shortest walking distance from an arbitrary start node so that every node gets visited in a weight, undirected graph? It's not ...
4
votes
6answers
2k views
Сrossover operation in Genetic algorithm for TSP
I'm trying to solve the Travelling Salesman Problem (TSP) with Genetic algorithm
My Genome is permutation of vertex in graph (path for Salesman).
How should I perform the crossover operation over ...
4
votes
5answers
3k views
Minimum cost strongly connected digraph
I have a digraph which is strongly connected (i.e. there is a path from i to j and j to i for each pair of nodes (i, j) in the graph G). I wish to find a strongly connected graph out of this graph ...
3
votes
3answers
110 views
What is a practical solution to the Travelling Salesman prblem, using Google Maps?
What is a practical solution to the Travelling Salesman problem, using Google Maps / geolocation / route finding?
I don't need the best solution, within 5% would be fine.
For example, I have 20 ...
3
votes
4answers
792 views
How can the A* algorithm be applied to the traveling salesman problem? [closed]
Possible Duplicate:
Using A* to solve Travelling Salesman Problem
I have recently learned that the A* algorithm can be applied to the travelling salesman problem. Bot how exactly do we ...
3
votes
2answers
235 views
Is this a variation of the traveling salesman problem?
I'm interested in a function of two word lists, which would return an order agnostic edit distance between them.
That is, the arguments would be two lists of (let's say space delimited) words and ...
3
votes
3answers
562 views
Suggested GA operators for a TSP problem?
I'm building a genetic algorithm to tackle the traveling salesman problem. Unfortunately, I hit peaks that can sustain for over a thousand generations before mutating out of them and getting better ...
3
votes
1answer
1k views
TSP - branch and bound
I'm trying to solve the TSP with branch and bound algorithm.
I'm must bulid a matrix with cost but i have one big problem.
I have city with coordinates x and y.
The cost of travel is ...
2
votes
2answers
88 views
Travelling salesman: Little's algorithm
I'm looking for some good references explaining solving Travelling salesman problem with "branch and bound" Little's algorithm.
I was not able to find anything useful with the most popular search ...
2
votes
1answer
153 views
Minimal Distance Hamiltonian Path Javascript
I know this is a fairly frequent question (tsp in general), but I've been stumped by it for awhile now. I'm looking to find the minimal distance hamiltonian path given a set of x,y coordinates. The ...
2
votes
2answers
180 views
Traveling Salesman Problem with additional partial ordering
I am looking for a name for this problem or any leads on an algorithm or source code:
Example: You want to find the best route to visit the 100 largest cities in the US (classic TSP) but before you ...
2
votes
2answers
304 views
Using a queue to solve TSP (Branch and Bound)
I'm working on a Branch and Bound algorithm for the Traveling Salesman Problem and I've run into a little hitch. I'm using a pretty standard Queue with Nodes representing subsets of vertices (paths). ...
2
votes
2answers
172 views
Pickup and Delivery Problem Algorithm Help
Let's assume food delivery for multiple restaurants (say 20). There are (say 10) drivers available. Further, let's say we get 100 orders over a 4 hour period to deliver food from these restaurants to ...
2
votes
3answers
611 views
Branch And Bound Implementation for TSP in Java
I wonder if there is a useful Java implementation of a Branch And Bound algorithm for the TSP or in general a OR framework which includes a BnB for TSP.
Thanks for your help!
Marco
1
vote
1answer
52 views
Calculating all bitonic paths
I'm trying to calculate all bitonic paths for a given set of points.
Given N points.
My guess is there are O(n!) possible paths.
Reasoning
You have n points you can choose from your starting ...
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 ...
1
vote
1answer
99 views
Is there an algorithm to find the optimal value of k-tsp (traveling salesman) in polynomial time?
I read this article, it suggests (page 1025 last paragraph) that there is a polynomial time algorithm to find the optimum of a k-tsp problem using binary search.
Using binary search would suggest ...
1
vote
2answers
703 views
Travelling Salesman Problem
I am trying to develop a program in C++ from Travelling Salesman Problem Algorithm. I need a distance matrix and a cost matrix. After using all the formulas, i get a new resultant matrix. But I dont ...
1
vote
2answers
564 views
Traveling salesman library using approximation algorithm
I'm currently doing a project that requires some fast TSP solving (about 50-100 nodes in 2 seconds). There are a lots of approximation algorithms out there, but I don't have time nor will to analyze ...
1
vote
1answer
421 views
Finding the optimum cost of a traveling salesman solution
I'm working on this problem:
TSP:
Input: A matrix of distances; a budget b
Output: A tour which passes through all the cities and has length <= b,
if such a tour exists.
TSP-OPT
Input: A matrix ...
1
vote
2answers
219 views
Need some help on this representation of Traveling Salesman Problem
I came across a traveling salesman solution which uses Matlab script, and in its code, I found that it uses a representation called City Coordinates, which looks like:
CityCood = ...
1
vote
1answer
497 views
Variation on Travelling salesman problem - pick a good subroute from many nodes based on constraints
TLDR version: Most important issue is, that in a TSP problem, instead of finding the shortest Hamiltonian cycle, what are good ways to find the best path (I suppose the one that visits the most nodes) ...
1
vote
1answer
500 views
Variation of TSP which visits multiple cities
I am looking to discuss branch and bound solution for TSP with multiple visits.(that is every city needs to be visited atleast once , instead of just once)
Edit:
Removed the doubt as it was not ...
1
vote
2answers
1k views
Using Traveling Salesman Solver to Decide Hamiltonian Path
This is for a project where I'm asked to implement a heuristic for the traveling salesman optimization problem and also the Hamiltonian path or cycle decision problem. I don't need help with the ...
0
votes
1answer
60 views
Matlab: Removing redundant “shifted” entries of matrix
I have a problem I need to solve, but I can't think of any easy and more important: fast solution. It's a bit like a part of a multiple traveling salesman problem.
First I have a matrix with X rows ...
0
votes
3answers
380 views
Exact Traveling Salesman Problem (TSP) solution in polynomial time?
Is there an algorithm to solve the (time-indepenedent) TSP problem exactly (no heuristics, nodes are not points in space and costs are arbitrary) in polynomial time?
Thanks!
0
votes
2answers
2k views
Simple hill climbing algorithm? [UPDATED]
I'm trying to use the Simple hill climbing algorithm to solve the travelling salesman problem. I want to create a Java program to do this. I know it's not the best one to use but I mainly want it to ...
0
votes
3answers
223 views
algorithm or approach to path problem, shortest path with n points for n <= 12
i have n points on a 2d plane, with n <= 12, and i need the distance of the shortest path available including all points, starting on any of them, but not making a closed circuit
i've been trying ...
0
votes
1answer
410 views
How to calculate minimum expected time for searching a graph?
I have a simple graphing problem where I traverse a graph looking for an item. Each node in the graph has a probability n/100 of the item being there, where the some of all the probabilities equals 1. ...
0
votes
3answers
470 views
Solver for TSP-like Puzzle, perhaps in Javascript
I have created a puzzle which is a derivative of the travelling salesman problem, which I call Trace Perfect.
It is essentially an undirected graph with weighted edges. The goal is to traverse every ...
0
votes
1answer
250 views
Is there an algorithm for computing permutation of distances?
This is related to travelling salesman problem. First all permutations need to be generated and then the destination (same as origin) attached. I.e.:
1)
abcd
abdc
....
2)
abcda
abdca
....a
I have ...
-2
votes
2answers
97 views
Travelling Salesman : How could one preprocess a graph?
Say we wanna compute the TSP for a given, complete graph G with V vertices and E edges (by complete I mean : every vertex is connected with every other vertex).
I'll try to ask the question again. ...
-3
votes
3answers
469 views
How to solve Traveling Salesman in SML?
please anybody having traveling salesman problem solution
in Standard ML, plz tell me.
I've tried a lot but am not successfull...
Thx in advance.
-4
votes
1answer
336 views
Brute force travelling salesman problem [closed]
I'm having trouble coming up with pseudo code for a simple brute force approach to the Travelling Salesman Problem. What would pseudo code look like with priority of minimal code (not optimisation)?
-4
votes
2answers
294 views