OPTIMIZATION OF ROUTE FOR FOOD AND BEVERAGE COMPANY

Food and beverage company "X" is one of the providers of delivery services facing challenges in optimizing the routes for delivering customer orders. In this final project, the researcher construct a mathematical model to determine the optimal route in the Traveling Salesman Problem using...

Full description

Saved in:
Bibliographic Details
Main Author: Sana Rachmaputri, Fadhilah
Format: Final Project
Language:Indonesia
Online Access:https://digilib.itb.ac.id/gdl/view/73008
Tags: Add Tag
No Tags, Be the first to tag this record!
Institution: Institut Teknologi Bandung
Language: Indonesia
Description
Summary:Food and beverage company "X" is one of the providers of delivery services facing challenges in optimizing the routes for delivering customer orders. In this final project, the researcher construct a mathematical model to determine the optimal route in the Traveling Salesman Problem using the Cheapest Insertion Heuristic method. The researcher implement the algorithm using Python programming language and applies it to find the optimal routes in two cases: one without sequence selection and the other with sequence selection. The researcher perform simulations for two options of distance data from the company's address, namely the closest and farthest distance data. The algorithm's output consists of the selected routes counting the total distance traveled.