Formulation of a linear programming model

Click For Summary
SUMMARY

The discussion centers on formulating a linear programming model for a variant of the time-constrained traveling salesman problem, as detailed in Edward Baker's paper "An Exact Algorithm for the Time-Constrained Traveling Salesman Problem." The objective is to minimize total distance while adhering to entry and exit time constraints for each city. The user inquires about adapting this problem to include multiple salesmen and whether it can be framed as a linear programming problem. Responses indicate that mapping the discrete distance function to a continuous linear function is not feasible, leading to the conclusion that framing this problem as a linear programming model is not possible.

PREREQUISITES
  • Understanding of the time-constrained traveling salesman problem
  • Familiarity with linear programming concepts
  • Knowledge of vehicle routing problems
  • Basic grasp of computational complexity in optimization problems
NEXT STEPS
  • Research linear programming formulations for vehicle routing problems
  • Study discrete optimization techniques
  • Explore alternative algorithms for the traveling salesman problem
  • Investigate computational complexity theory related to optimization
USEFUL FOR

Researchers, operations researchers, and optimization specialists interested in advanced routing problems and their mathematical formulations.

-A-
Messages
5
Reaction score
0
Ok, so the title didn't allow me to be too descriptive. Basically, I'm trying to formulate a variant of the time constrained traveling salesman problem. I read a paper "An Exact Algorithm for the Time-Constrained Traveling Salesman Problem" by Edward Baker which formulated this problem of a traveling salesman, who has to visit every given city or node in the graph, with the constraint of each node having an entry and exit time, between which the visit must take place. The objective function minimized the total distance.

My question was what if I had a number of salesmen and I wanted them to visit the cities, each of which have some time constraints. I want to find out how many salesmen I will need for a given graph.

I understand this can be seen as a variant of the vehicle routing problem, My problem is, is it possible to frame this as a linear programming problem with an objective function and constraints?

Thanks.
 
Physics news on Phys.org
I don't think there's a generic way to map the discrete distance function for your problem into a, not only continuous, but linear function over parameters.

As you're trying a discrete to continuous I don't think there is a "natural" way to do this.

Given what I recall about the computational complexity of the traveling salesman problem and the simplicity of linear programming solutions,
I'm going to guess that the short answer to your question is an unqualified NO!.
 

Similar threads

  • · Replies 0 ·
Replies
0
Views
2K
Replies
3
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 17 ·
Replies
17
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 6 ·
Replies
6
Views
4K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K