Exploring The Discrete Mathematical Models of Express Logistics Networks
-
摘要: 针对快递物流网络,该文研究:(1) 构建全新的快递物流网的离散数学模型 (又称拓扑模型);(2) 根据理论基础从图论学科的角度对快递物流网络拓扑模型进行定性分析,通过数学模型法结合参数统计、优化算法等数学手段对模型进行定量分析。对拓扑模型中的边赋予路长权重,并为快递物流网拓扑模型设计了新的优化算法(集散算法、控制集算法、预先指定子图算法);(3) 以兰州市城关区主城区作为快递物流网拓扑模型的应用实例,实施了相应的优化算法。同时针对模型计算面临的复杂度等困难提出了解决办法,为进一步完善、优化快递物流网络提供了一定参考。Abstract:
Objective With the rapid growth of e-commerce, express delivery volumes have surged, placing increased demands on existing logistics infrastructure and operational models. An efficient express logistics network can help reduce costs, improve transportation efficiency, and enhance logistics management. Therefore, analyzing the structure and operation of express logistics networks, as well as identifying ways to optimize these networks, has become a critical focus for logistics companies. The goal is to improve operational efficiency and support balanced regional economic development. Current research on express logistics networks involves constructing various models, such as mathematical optimization models, decision models, and network evaluation models, and applying algorithms like heuristic, genetic, and greedy algorithms, as well as those based on complex network theory, to optimize network structure, performance, and planning decisions. However, a limitation of existing studies is the lack of models closely aligned with the practical realities of express logistics, and the absence of effective new algorithms to address the complex, evolving challenges faced by express logistics networks. This study proposes a novel discrete mathematical model, also known as a topology model, for express logistics networks from the perspective of graph theory. The model comprises a road network (physical network), a topology network (mathematical model), and an information network (soft control system), providing a closer alignment with real-world express logistics scenarios. Through both qualitative and quantitative analyses of the model, along with the design of corresponding optimization algorithms, this research offers a reference for the in-depth study and scientific optimization of express logistics networks. Methods This study employs various methods: (1) Mathematical Model Construction: A new discrete mathematical model for express logistics networks is developed, accounting for the nonlinear, stochastic, and discrete characteristics of the network. The model integrates physical, topological, and informational networks. (2) Qualitative Analysis: The topology model of the express logistics network is qualitatively analyzed using graph theory concepts and algorithms, where the network topology model is represented as a weighted structure in graph theory. (3) Quantitative Analysis: The mathematical model is analyzed quantitatively using statistical parameters, optimization algorithms, and other mathematical techniques. The edges in the topological model are assigned route length weights, and new optimization algorithms—such as the distribution algorithm, control set algorithm, and pre-designated subgraph algorithm—are proposed to optimize the express logistics network topology. (4) Case Study and Optimization: The topology model is applied to the express logistics network in the central district of Lanzhou City (Chengguan District), where corresponding optimization algorithms are implemented. Solutions to challenges, such as the computational complexity of the model, are proposed. Results and Discussions The mathematical model in this study is a topological graph based on graph theory, where various matrices are used to input the express logistics network’s topology into the computer for subsequent calculations. Innovation 1: A topological model of the express logistics network is created. Innovation 2: The topological model of the express logistics network is optimized and quantitatively analyzed, and a minimum weight path m-control set algorithm (m ≥ 2) and a pre-designated subgraph control algorithm are developed(Algorithm 3, Algorithm 4). These models and algorithms are then applied to the study of the express logistics network in the Chengguan District of Lanzhou City. Innovation 3: In response to the large-scale data and the limitations in computer computing power, as well as the absence of a super-large computer at the author’s institution, the large-scale matrix calculation is divided into smaller regional matrices for optimized computation. Innovation 4: Different optimization algorithms are selected for different areas of the road network map of Lanzhou City’s Chengguan District ( Fig. 4 ,Fig. 5 ). Multiple calculation results are integrated to obtain the minimum weight path of the pre-designated subgraph for the Chengguan District, validating the effectiveness of the model and algorithms.Conclusions This study addresses existing issues in express logistics network research through the aforementioned work and innovations. A new model and new algorithms, better suited to practical logistics scenarios, are developed. Based on the case study, new problems and methods are proposed, offering further possibilities for optimizing express logistics networks. With the rapid development of emerging technologies such as the Internet of Things, big data, and artificial intelligence, future research could focus on deeply integrating these technologies to enable real-time and accurate collection and analysis of logistics data. Access to high-quality and diverse data can further improve the accuracy of the model’s calculations and enhance intelligent decision-making capabilities. This study has only considered assigning route length weights to the edges in the topological model; future work may explore multi-objective, multi-weight optimization models for express logistics networks to meet the practical decision-making needs of different logistics service providers. -
1 无约束快递集散 CD-算法
输入:集装$C(k) = \{ {A_{k,1}},{A_{k,2}}, \cdots ,{A_{k,n(k)}}\} $,其中${A_{k,j}}$是货物,且有${A_{k,j}} \ne {A_{k,t}}$, $j \ne t$ 输出:分散$D(k + 1)$ 在一般的快递物流网中,不会为一个货物进行 式(1)的无约束快递集散,而是进行下面的多个快递货物的集装和分散: 步骤1 集装$C(k)$被分散,形成分散$D(k)$: (1) 分散集装$C(k)$的货物,其中有货物${{\mathrm{ED}}_k} = \{ {A_{{k_i},1}},{A_{{k_i},2}}, \cdots ,{A_{{k_i},a({k_i})}}\} $被发送到客户手中; (2) 又有新的货物${{\mathrm{NB}}_k} = \{ {B_{k,1}},{B_{k,2}}, \cdots ,{B_{k,m(k)}}\} $补充进来。 步骤2 形成集装$C(k + 1)$:将集合$(C(k)\backslash {{\mathrm{ED}}_k}) \cup {{\mathrm{NB}}_k}$中的货物组装成小集装模块${C_{k + 1,1}},{C_{k + 1,2}}, \cdots ,{C_{k + 1,n(k + 1)}}$,其中
$n(k + 1) \le n(k) - a({k_i}) + m(k)$,使得集装$C(k + 1)$由这$n(k + 1)$个集装模块构成。步骤3 由集装$C(k + 1)$返回分散$D(k + 1)$。 2 最小权重路控制集算法
输入:权重路拓扑模型 ${G_{\rm{weight}}}(t)$ 输出:权重路拓扑模型 ${G_{\rm{weight}}}(t)$ 的一个最小权重路控制集 步骤1 选择节点 ${u_1} \in V({G_{\rm{weight}}}(t))$ 以及与节点 ${u_1}$ 相邻的节点 ${w_1} \in {N_{\rm{ei}}}({u_1})$,使得路 $P({u_1},{w_1})$ 的权重之和为最小。得到节点集
合: ${U_1} \leftarrow \{ {u_1}\} $, ${W_1} \leftarrow \{ {w_1}\} $, ${V_1} = V({G_{\rm{weight}}}(t))\backslash ({U_1} \cup {W_1})$。步骤2 选择节点 ${u_k} \in {V_k}$ 以及与节点 ${u_k}$ 相邻的节点 ${w_k} \in {N_{\rm{ei}}}({u_k})$,使得路 $P({u_k},{w_k})$ 的权重之和是最小的,且 ${w_k}\not \in {U_{k - 1}}$。得到
节点集合:${U_k} \leftarrow {U_{k - 1}} \cup \{ {u_k}\} $, ${W_k} \leftarrow {W_{k - 1}} \cup \{ {w_k}\} $, ${V_k} = V({G_{\rm{weight}}}(t))\backslash ({U_k} \cup {W_k})$。转到步骤3。步骤3 如果有节点 $x \in {V_k}$ 使得路 $P(x,y)$ ($y \in {N_{\rm{ei}}}(x)$) 的权重之和达到最小值,但是 $y\not \in {W_k}$,则令 ${W_k} \leftarrow {W_{k - 1}} \cup \{ x\} $,以及
${U_k} \leftarrow {U_{k - 1}} \cup \{ y\} $, ${V_k} = V({G_{\rm{weight}}}(t))\backslash ({U_k} \cup {W_k})$。转到步骤4。步骤4 如果有 $|{V_k}| \ge 2$,转到步骤2。否则,转到步骤5。 步骤5 如果 ${V_k} = \{ z\} $,且有节点$ z' \in {N_{\rm{ei}}}(z) $,使得路 $ P(z,z') $ 的权重之和达到最小。当节点 $ z' \in {U_k} $,则令 ${W_{k + 1}} \leftarrow {W_k} \cup \{ z\} $,
${U_{k + 1}} \leftarrow {U_k}$;当节点 $ z' \in {W_k} $,则令 ${U_{k + 1}} \leftarrow {U_k} \cup \{ z\} $, ${W_{k + 1}} \leftarrow {W_k}$, ${V_{k + 1}} = V({G_{\rm{weight}}}(t))\backslash ({U_{k + 1}} \cup {W_{k + 1}}) = \varnothing $。转到步骤6。步骤6 返回权重路拓扑模型 ${G_{\rm{weight}}}(t)$ 的最小权重路控制集 ${W_{k + 1}}$。 3 最小权重路 m-控制集算法 (m≥2)
输入:在最小权重路控制集算法2中,最小权重路控制集 ${W_{k + 1}}$ 导出权重路拓扑图${H_1} = G[{W_{k + 1}}]$,它是权重路拓扑模型 ${G_{\rm{weight}}}(t)$ 的一
个子图输出:权重路拓扑图 ${H_m}$ 的最小权重路 m-控制集算法 (m≥2) 步骤1 对图${H_1} = G[{W_{k + 1}}]$运用最小权重路控制集算法,得到权重路拓扑图${H_1}$的一个最小权重路控制集${S_1}$,它是权重路拓扑模型
${G_{\rm{weight}}}(t)$的一个最小权重路 2-控制集,使得权重路拓扑模型${G_{\rm{weight}}}(t)$的任何一个节点$a$满足:$a \in {S_1}$,或者有节点$b \in {S_1}$,使得路
$P(a,b)$的权重之和达到最小值,且有边集$|E(P(a,b))| \le 2$。步骤2 节点集${S_1}$导出权重路拓扑图${H_2} = G[{S_1}]$。实施最小权重路控制集算法2,得到权重路拓扑图${H_1}$的一个最小权重路控制集${S_2}$,它
是权重路拓扑模型${G_{\rm{weight}}}(t)$的一个最小权重路 3-控制集。步骤$(m - 1)$ 节点集${S_{m - 2}}$ 导出权重路拓扑图${H_{m - 1}} = G[{S_{m - 2}}]$。实施最小权重路控制集算法2后,得到权重路拓扑图${H_m}$的一个最
小权重路控制集${S_{m - 1}}$,它是权重路拓扑模型${G_{\rm{weight}}}(t)$的一个最小权重路m-控制集。4 预先指定子图控制算法
输入:连通边赋权图$G(t)$,指定连通图$G(t)$的一个真子图$H(t)$ 输出:连通图$G(t)$的一个子图$L(t)$,使得$H(t) \subset L(t)$,每个节点$u \in V(L(t))$到真子图$H(t)$的距离最小 步骤1 选择最大的节点子集合${V_1} \subset {V^*} = V(G(t))\backslash V(H(t))$,使对每一个节点 $x \in {V_1}$,有节点$y \in V(H(t))$ 与x 相邻,并且边
$xy \in {E^*} = E(G)\backslash E(H(t))$ 的权重最小,${V_1}$叫做 1-层节点集。做:${E_1} \leftarrow E(H(t))$, ${E_2} \leftarrow ({E_1} \cup E({V_1},V(H(t)))$,其中边集合
$E({V_1},V(H(t)))$中的边$ xy $权重最小,且满足$x \in {V_1}$和$y \in V(H(t))$。步骤2 选择最大的节点子集合${V_2} \subseteq {V^*}\backslash {V_1}$,使对每一个节点$x \in {V_2}$,有节点$y \in {V^*}\backslash {V_1}$与x相邻,并且边$xy \in {E^*}\backslash E({V_1},V(H(t)))$ 的
权重最小,${V_2}$叫做 2-层节点集。做:${E_3} \leftarrow {E_2} \cup E({V_2},{V_1})$,其中边集合$E({V_2},{V_1})$中的边$ xy $权重最小,且满足$x \in {V_1}$和$y \in {V_2}$。步骤3 如果$k$-层节点集${V_k} = {V^*}\backslash \cup _{i = 1}^{k - 1}{V_i} \ne \varnothing $,转到步骤2,否则转到步骤4。 步骤4 如果$k$-层节点集${V_k} = {V^*}\backslash \cup _{i = 1}^{k - 1}{V_i} = \varnothing $,做:$V(L(t)) \leftarrow V(G(t))$, $E(L(t)) \leftarrow {E_2} \cup E({V_2},{V_1}) \cup E({V_3},{V_2}) \cup \cdots \cup E({V_{k - 1}},{V_{k - 2}})$
到步骤5步骤5 返回连通图$G(t)$的子图$L(t)$,每个节点 $u \in V(L(t))$到真子图$H(t)$的距离最小。 表 1 相关算法比较和评估
算法 核心思想 性能比较及适用范围 最小权重路控
制集算法通过贪心选择和迭代构建的方式,逐步逼近最优解,即在满足控制集条件下使权重之和最小。 计算过程较为直观,其时间、空间复杂度与图的规模和迭代次数有关,可能在大规模复杂网络中效率较低。适用于规模较小或结构简单、连通性较强的网络。 最小权重路 m-控制集(m≥2)
算法通过基于子图的迭代操作,利用算法 2作为基础步骤,逐步构建出权重路拓扑模型的最小权重m-控制集。这种方法通过分解问题为多个子问题来解决寻找特定阶数最小权重控制集的复杂问题。 在计算上比最小权重路控制集算法更复杂,但通过多次迭代和基于子图的操作,其求解精度相对算法 2会更高。适用于多层网络的层次化资源管理等,特别是当问题的求解依赖于前一阶控制集的结果,并且需要不断细化和扩展控制集以满足更复杂的条件时。 预先指定子图
控制算法算法通过层次选择节点集逐步找到最优路径。通过最大化节点集和最小化边权重来保证每个节点都与指定的真子图保持最小距离。 在优化子图和控制集的过程中,能更好地处理特定拓扑结构,计算复杂度也是较高的。适合处理较为特殊的拓扑结构,如环型、树型网等,尤其适合实际应用中先给定子图的情况。 -
[1] 王咏仪. 考虑拥堵的轴辐式快递网络的布局优化与资源均衡研究[J]. 上海管理科学, 2024, 46(1): 72–76,95. doi: 10.3969/j.issn.1005-9679.2024.01.014.WANG Yongyi. Layout optimization and resource balancing when considering congestion on the Hub-and-Spoke express network[J]. Shanghai Management Science, 2024, 46(1): 72–76,95. doi: 10.3969/j.issn.1005-9679.2024.01.014. [2] 常兰, 刘湃. 碳交易视角下绿色快递多式联运网络优化[J]. 重庆电力高等专科学校学报, 2023, 28(6): 37–43. doi: 10.3969/j.issn.1008-8032.2023.06.008.CHANG Lan and LIU Pai. A study on the network optimization of the multimodal transportation of green delivery from the perspective of carbon trading[J]. Journal of Chongqing Electric Power College, 2023, 28(6): 37–43. doi: 10.3969/j.issn.1008-8032.2023.06.008. [3] 吴旗韬, 李苑庭, 吴海玲, 等. 基于关键节点积极效应模型的快递物流网络点集挖掘[J]. 复杂系统与复杂性科学, 2024, 21(4): 28–33. doi: 10.13306/j.1672-3813.2024.04.005.WU Qitao, LI Yuanting, WU Hailing, et al. Nodes-set mining of express logistics network based on the key player problem-positive model[J]. Complex Systems and Complexity Science, 2024, 21(4): 28–33. doi: 10.13306/j.1672-3813.2024.04.005. [4] 李悦, 秦威. 基于混合轴辐式网络的快递运输路径再设计[J]. 工业工程, 2023, 26(6): 93–100. doi: 10.3969/j.issn.1007-7375.2023.06.010.LI Yue and QIN Wei. Re-design of express transportation route based on hybrid Hub-and-Spoke network[J]. Industrial Engineering Journal, 2023, 26(6): 93–100. doi: 10.3969/j.issn.1007-7375.2023.06.010. [5] 张建军, 王嘉铭, 王天浩, 等. 低碳情景下的复合轴辐式快递网络规划[J]. 同济大学学报(自然科学版), 2023, 51(2): 288–294. doi: 10.11908/j.issn.0253-374x.21403.ZHANG Jianjun, WANG Jiaming, WANG Tianhao, et al. Multi-layered multi-service-leveled hybrid hub-spoke network design in low-carbon scenarios[J]. Journal of Tongji University (Natural Science), 2023, 51(2): 288–294. doi: 10.11908/j.issn.0253-374x.21403. [6] 杨从平, 郑世珏, 党永杰, 等. 基于连接成本的快递网络拥塞控制[J]. 中国管理科学, 2017, 25(4): 143–151. doi: 10.16381/j.cnki.issn1003-207x.2017.04.017.YANG Congping, ZHENG Shijue, DANG Yongjie, et al. Congestion control of express delivery network based on connection cost[J]. Chinese Journal of Management Science, 2017, 25(4): 143–151. doi: 10.16381/j.cnki.issn1003-207x.2017.04.017. [7] 杨从平, 郑世珏, 党永杰, 等. 基于配送时效和连接成本的快递网络优化[J]. 系统工程理论与实践, 2016, 36(8): 1983–1992. doi: 10.12011/1000-6788(2016)08-1983-10.YANG Congping, ZHENG Shijue, DANG Yongjie, et al. Optimization of express delivery network based on delivery timeliness and connection cost[J]. Systems Engineering-Theory & Practice, 2016, 36(8): 1983–1992. doi: 10.12011/1000-6788(2016)08-1983-10. [8] 赵晋, 张建军, 严蔡华. 允许直达的混合轴辐式快递网络规划模型与算法研究[J]. 中国管理科学, 2016, 24(11): 58–65. doi: 10.16381/j.cnki.issn1003-207x.2016.11.007.ZHAO Jin, ZHANG Jianjun, and YAN Caihua. Research on hybrid hub-spoke express network decision with Point-to-point direct shipment[J]. Chinese Journal of Management Science, 2016, 24(11): 58–65. doi: 10.16381/j.cnki.issn1003-207x.2016.11.007. [9] 郑长江, 胡欢, 杜牧青. 考虑枢纽失效的多式联运快递网络结构设计[J]. 吉林大学学报(工学版), 2023, 53(8): 2304–2311. doi: 10.13229/j.cnki.jdxbgxb.20211128.ZHENG Changjiang, HU Huan, and DU Muqing. Design of multimodal express delivery network structure considering hub failure[J]. Journal of Jilin University (Engineering and Technology Edition), 2023, 53(8): 2304–2311. doi: 10.13229/j.cnki.jdxbgxb.20211128. [10] 李苑君, 吴旗韬, 吴康敏, 等. “流空间”视角的电子商务快递物流网络结构研究——以珠三角城市群为例[J]. 地域研究与开发, 2021, 40(2): 20–26. doi: 10.3969/j.issn.1003-2363.2021.02.004.LI Yuanjun, WU Qitao, WU Kangmin, et al. Structure of E-commerce express logistics network from the perspective of flow space: Take the Pearl River Delta urban agglomeration as example[J]. Areal Research and Development, 2021, 40(2): 20–26. doi: 10.3969/j.issn.1003-2363.2021.02.004. [11] 牟能冶, 康秋萍, 贾程方. 突发事件影响下的城市快递网络脆弱性评估[J]. 中国安全科学学报, 2020, 30(12): 125–132. doi: 10.16265/j.cnki.issn1003-3033.2020.12.018.MU Nengye, KANG Qiuping, and JIA Chengfang. Vulnerability assessment of urban express networks under influence of emergencies[J]. China Safety Science Journal, 2020, 30(12): 125–132. doi: 10.16265/j.cnki.issn1003-3033.2020.12.018. [12] 牟能冶, 康秋萍. 基于节点重要度网络结构熵的城市快递网络抗毁性测度[J]. 综合运输, 2020, 42(3): 108–113.MU Nengye and KANG Qiuping. Invulnerability measurement of urban express network based on node importance network structure entropy[J]. China Transportation Review, 2020, 42(3): 108–113. [13] 谢逢洁, 崔文田. 加权快递网络鲁棒性分析及优化[J]. 系统工程理论与实践, 2016, 36(9): 2391–2399. doi: 10.12011/1000-6788(2016)09-2391-09.XIE Fengjie and CUI Wentian. Analyzing and optimizing the robustness of weighted express networks[J]. Systems Engineering-Theory & Practice, 2016, 36(9): 2391–2399. doi: 10.12011/1000-6788(2016)09-2391-09. [14] Bondy A and Murty U S R. Graph Theory[M]. London, UK: Springer, 2008. [15] Gallian J A. A dynamic survey of graph labeling[J]. Electronic Journal of Combinatorics, 2022, 6(25): 4–623. [16] 卜月华, 王维凡, 吕新忠. 图论及其应用[M]. 2版. 南京: 东南大学出版社, 2015.BU Yuehua, WANG Weifan, and LV Xinzhong. Graph Theory With Applications[M]. Nanjing: Southeast University Press, 2015. [17] YAO Bing and WANG Hongyu. Recent colorings and labelings in topological coding[J]. arXiv: 2106.15254, 2021. doi: 10.48550/arXiv.2106.15254. [18] 兰州市统计局. 《兰州统计年鉴》2023年[EB/OL]. https://tjj.lanzhou.gov.cn/art/2024/1/31/art_4866_1315620.html, 2024.Lanzhou Municipal Bureau of Statistics. Lanzhou Statistical Yearbook 2023[EB/OL]. https://tjj.lanzhou.gov.cn/art/2024/1/31/art_4866_1315620.html, 2024. [19] 甘肃地方史志网. 《兰州市城关区年鉴2024》[EB/OL]. 兰州市城关区年鉴. http: //www. gsdfszw. org. cn/gsxnj/lzs_297/lzscgqnj123/202410/P020241024621772314554. pdf, 2024. Gansu Local History Network. Yearbook of Chengguan District, Lanzhou City 2024[EB/OL]. 兰州市城关区年鉴. http://www.gsdfszw.org.cn/gsxnj/lzs_297/lzscgqnj123/202410/P020241024621772314554.pdf, 2024. [20] 王晓敏, 苏静, 姚兵. 基于格思想的图结构相似问题的算法[J]. 计算机科学, 2021, 48(S1): 543–551. doi: 10.11896/jsjkx.201100167.WANG Xiaomin, SU Jing, and YAO Bing. Algorithms based on lattice thought for graph structure similarity[J]. Computer Science, 2021, 48(S1): 543–551. doi: 10.11896/jsjkx.201100167. -