Skip to content

Kelach/Amazon_Delivery_Truck_Simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amazon Delivery Truck Simulation

Ashton Cole, Hanna Butt, Kelechi Emeruwa

Fall 2022

Introduction

Welcome to our COE 322 final project! We chose to solve the Traveling Salesman Problem. We also implemented a simulation of a delivery company dividing orders between delivery trucks across several days.

Navigation

There are many files and folders in our directory, so we created a guide to navigating through.

Quick Links

Folder Structure

  • dataout/ output of our initial tests. Contains automatically generated TikZ commands to generate figures in our final report
  • Delivery Truck Simulation Data/ all inputs and outputs associated with our main simulation
    • dat/ simple whitespace-delimited files of intermediate and optimized routes
    • Jobs/ formated .txt files to distribute to delivery truck drivers
    • Orders/ simple whitespace-delimited files of orders input into the simulation
    • Statuses/ daily status reports sent to management for analytics
    • tikz/ automatically generated TikZ commands to generate figures in our final report
  • Experimental/ all inputs and outputs associated with our experimental simulation
    • datain/ simple whitespace-delimited files of orders input into the simulation
    • dataout/ simple whitespace-delimited files of simulation results
  • Report/ our final report and all of the scripts and resources used to generate it with LaTeX
  • src/ contains all libraries, header files, scripts, and binaries

About

Simulates Amazon truck deliveries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages