具有实际距离和可变车队的 CVRPTW

CVRPTW with real distances and variable fleet

工作 example 的 optaplanner 使用固定车队。除了距离矩阵之外,是否有任何文件格式(模板)接受异构车队?

原始vrp文件其here

你可以加载需求 .vrp 文件,然后保存它而不用求解,之后你将得到 .xml 文件,你可以在其中编辑每辆车并加载 .xml 文件来求解或您可以修改 VehicleRoutingImporter 加载 .vrp 文件的位置。 IIRC 这是启动车辆部分的方法 createVrpWebVehicleList()