Skip to content

Nilesh-Aditya/HackOverflow_VehicleRouting

Repository files navigation

Hackoverflow Vehicle Routing

Hackoverflow Vehicle Routing

Delivering goods to all customers and minimising the cost of the routes.


The vehicle routing problem is one of the most studied combinatorial optimization topics, due to its practical importance and methodological interest.

Different types of formulations are proposed in the literature to model vehicle routing problems. Currently, the most used ones can be fitted into two classes, namely vehicle flow formulations and set partitioning formulations. These types of formulations differ from each other not only due to their variables and constraints but also due to their main features. Vehicle flow formulations have the advantage of being compact models, so general-purpose optimization packages can be used to straightforwardly solve them. However, they typically show weak linear relaxations and have a large number of constraints. Branch-and-cut methods based on specialized valid inequalities can also be devised to solve these formulations, but they have not shown to be effective for large-scale instances. On the other hand, set partitioning formulations have stronger linear relaxations, but require the implementation of sophisticated techniques such as column generation and specialized branch-and-price methods.

So, we hereby propose a novel approach to learn the local-search heuristics that iteratively improves the solution of Vehicle Routing Problem (VRP). Our idea to learn heuristics for combinatorial optimization problems is promising as it can save costly development.


PARTICPANTS

  • Nilesh Aditya
  • Pragya Gupta
  • Raghav Gupta

HOME

HOME  

ABOUT

ABOUT  

LOGIN

LOGIN  

CONTACT

CONTACT  

TOP PERFORMERS

TOP PERFORMERS

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published