Tagged Questions

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 ...
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 ...
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 ...