zsxxxx98 / Extension_of_the_vehicle_routing_problem

This repository will do the vehicle routing problem and its extension, including the implementation of models and mainstream algorithms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extension_of_the_vehicle_routing_problem

This repository will do the vehicle routing problem and its extension, including the implementation of models and mainstream algorithms.本仓库将分享VRP问题及其扩展的一些学习实现代码,包括模型复现、主流算法实现等。

1 VRP问题介绍

车辆路径问题(VRP)是一个组合优化和整数规划问题(回答了“为了交付给定的一组客户,车辆车队的最佳路线集是什么?”)。它概括了众所周知的旅行推销员问题(TSP)。它最初出现在1959年George Dantzig和John Ramser的论文中。这篇论文首先编写了算法,并将其应用于汽油交付。通常,这个问题的背景是将位于**仓库的货物交付给已经订购此类货物的客户。 VRP的目标是最小化总路由成本。 1964年,Clarke和Wright使用一种称为储蓄算法的有效贪婪方法改进了Dantzig和Ramser的方法。

2 经典文献及其模型实现

3 主流算法实现

4 个人公众号

About

This repository will do the vehicle routing problem and its extension, including the implementation of models and mainstream algorithms.

License:MIT License


Languages

Language:Python 100.0%