# VRPExperience **Repository Path**: dengfaheng/VRPExperience ## Basic Information - **Project Name**: VRPExperience - **Description**: VRPTW问题instance测试代码。 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2019-05-25 - **Last Updated**: 2022-05-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 主程序为vrptw.cpp。输入文件在input文件夹,里面有两个instance,详细instance以及最优结果参见下面链接。 https://www.sintef.no/projectweb/top/vrptw/solomon-benchmark/100-customers/ 为了便于测试,程序经过部分修改,如果需要更换实例,更改代码53行: ```C++ ifstream fin(".\\input\\R102.txt"); ``` 将R102换成R01即可。 直接放到DevC++编译即可运行。