a280558071 / VehicleRoutingProblem

Solved using AI techniques: Savings, Sweep, Genetic Algorithm, Google OR Tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vehicle Routing Problem Optimization

Team Members – Jay Turakhia, Shlok Gandhi, Chirayu Desai

Description

Problem – With increasing number of parcel deliveries there is always a need to find a quick path that leads to delivering all the parcels, with less time, less distance, less number of delivery executives, etc. Our idea – Taking into consideration the generalized “VEHICLE ROUTING PROBLEM” we will try to implement an algorithm that will return an optimal path that each delivery executive is required to take in order to efficiently deliver all parcels. We will also try to reduce the number of delivery executives required.

About

Solved using AI techniques: Savings, Sweep, Genetic Algorithm, Google OR Tools


Languages

Language:Python 56.8%Language:Java 43.2%