🌙

(组合)车辆路径与集装箱装载问题的解决方案验证器与可视化工具

Solution validator and visualizer for (combined) vehicle routing and container loading problems

Annals of Operations Research · 2023
被引 5
ABS 3

中文导读

本文综述了3L-CVRP问题的文献、公式和已知最优解,并介绍了两个开源工具:解决方案验证器检查解的可行性,可视化工具展示车辆路径和货物装载位置,支持组合或单一问题。

Abstract

Abstract The optimization of cargo loading and transportation are two highly considered optimization problems (namely “3L-CVRP”). The combination of both has attracted increasing interest in the past decades. Hereby, 2D or 3D items have to be transported from one depot to a given set of customers using a homogeneous fleet of vehicles. Each route must be provided with a feasible packing plan taking various constraints into account. Combining the two optimization problems increases the complexity of the solution approaches, leading to a higher difficulty to check the results for correctness. To support the research progress and to enable transparency of solution structures, this paper provides an overview of recent literature, problem formulations, and best-known solutions. Furthermore, we introduce two open-source tools: The “Solution Validator” checks the feasibility of solutions in terms of considered constraints. The “Visualizer” provides two views and visualizes solutions. In the vehicle routing view, the tour plan and the corresponding schedule are displayed. In the loading view, the position of each item in the cargo space is demonstrated. In both views, it is possible to check the feasibility of the solution and highlight violated items. Besides the combined problem, the tool can be used also for one optimization problem (e.g. vehicle routing problem or container loading). The source codes for both tools are available at GitHub in C++ and Java and can be easily integrated into other researchers’ code.

车辆路径问题集装箱装载问题组合优化开源工具