Giter Site home page Giter Site logo

aea2019's Introduction

Traveling Salesman Problem with a Drone - TSP-D

Authors: Chile Ovidiu-Benone MOC2, Pintilie Andrei MOC1

AEA2019

The Traveling Salesman Problem with a Drone (TSP-D) is an extension of the Traveling Salesman Problem (TSP โ€“ also known as Traveling Salesman Person). In the TSP problem, a truck has to deliver a parcel to n houses, and must do it so by only visiting each house once. Basically, it is the same as finding the shortest Hamiltonian cycle of an undirected graph.

The TSPd problem introduces the concept of a drone which helps with the delivery: the drone can get a single parcel from the truck and deliver it to one of the houses; after doing so, it must go back to the truck to get another parcel. This synchronization between the truck and the drone can only be done at one of the house.

The article at https://www.andrew.cmu.edu/user/vanhoeve/papers/tsp_drone_cpaior2019.pdf provides a solution to this problem using the Constraint Programming (CP) method, using Dynamic Programming (DP) and using Branch and Bound (BAB). Although the models and algorithms given could be better detailed, the authors (Ziye Tang, Willem-Jan van Hoeve1, and Paul Shaw) defined and proved the formalities behind the problem, providing also complexity analysis and some examples.

The problem to solve was TSPD. As this problem is known to be NP-hard, a deterministic approach for this problem would give either a far from the optimum solution, either a way too much time consuming solution. For this reason, we have implemented 2 heuristic solutions to solve our problem: a Genetic Algorithm (GA) and an Ant Colony Optimization (ACO or simply AC).

aea2019's People

Contributors

andreipi avatar ovidiuchile avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.