# VRP-CW **Repository Path**: ishelo/VRP-CW ## Basic Information - **Project Name**: VRP-CW - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-29 - **Last Updated**: 2022-03-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # VRP-CW Saving Algorithm, 节约算法,又称C-W算法,是由Clarke和Wright于1964年首次提出的,用来解决VRP问题,是重要的物流算法。本程序基于Python3 # 使用方法 将数据写入data.csv,修改VRP.py中一些重要的参数及需求量,最后运行main.py # 参考资料 1. https://github.com/homdreen/VRP-AI 2. https://blog.csdn.net/the_power/article/details/84453478