| University | RMIT University (RMIT) |
| Subject | OMGT 2223: Supply Chain Analysis and Design |
Background
The problem selected for this report is the Travelling Salesperson Problem (TSP). This report will be based on the standard TSP model.
TSP is a well-known problem in the business world today with many logistics firms using the TSP model to solve various routing and distribution problems. TSP is commonly described as a scenario where a salesperson is required to visit each of his customers based in different cities in his region before returning back to his starting location. The salesperson would like to find the most optimal route that ensures that all customers based in the different cities are visited once(Rasmussen 2011).
The optimal routes can be based on factors such as distance, time, and costs. Different software can be used to solve the TSP models. In this report, the standard TSP model solved using Excel Solver’s “Simplex LP” method will be analyzed.
Model
TSP’s mathematical model is as follows,
Decision variable
Decision variable = Xij
Where,
“i” represents the current node (salesperson’s current location)
“j” represents the subsequent node (salesperson’s next location from “i”)
Xij = 1 if node “j” is visited immediately after node “i”
Xij = 0 if otherwise
Objective function
n n
min ∑∑CijXij
i=1 j≠i, j=1
Where,
Cijrepresents the distance between nodes “i” and “j”
“n” represents the number of locations (nodes) visited
Constraints
n n
Origin: ∑∑(Xijfrom origin node to subsequent nodes) = 1
i=1 j≠i, j=1
n n
Destination: ∑∑(Xij from previous nodes to destination node) = 1
i=1 j≠i, j=1
n
Go-to constraint: For “i” = 0, 1, …, n – 1, ∑Xij = 1
j
n
Come-from constraint: For “j” = 0, 1, …, n – 1, ∑Xij =
Salesperson departure location: The location the salesperson visited previously, must be the same location where the salesperson is departing from the subsequent node
Non-negativity: All values ≥ 0
Binary constraint: Xij∈ {0,1}
Stuck with a lot of homework assignments and feeling stressed ? Take professional academic assistance & Get 100% Plagiarism free papers
Get urgent assignment help to finish your OMGT2223: Supply Chain Analysis and Design Assignment. Singapore Assignment Help has a squad of professional experts who provide faultless support on logistics and supply chain management assignments within the deadline.
Looking for Plagiarism free Answers for your college/ university Assignments.
- BUS357 Starting and Managing a Business End-of-Course Assessment 2026 | SUSS
- EA301MAA Airline Route and Fleet Planning Individual Assignment 2026 | EAU
- BUS354 Customer Relationship Management Assignment Question 2026 | SUSS
- WRIT6001 Professional Editing Assignment Task 1 Semester 1, 2026 | UOS
- HFSY217 Emergency Preparedness and Response Planning End-of-Course Assessment 2026 | SUSS
- QSM201 Construction Measurement (1 of 4) Civil & Structural Works End-of-Course Assessment 2026
- Human Resource Management Assignment Guide 2026 | BizChamp International College
- HBC203 Statistics and Data Analysis for the Social and Behavioural Sciences ECA 2026 | SUSS
- EAC3046-N Power Electronics and Drive Systems In-Course Assessment Brief 2026 | TU
- FMT313 Building Information Modelling for Facilities Management Tutor-Marked Assignment Two 2026 | SUSS
