🌙

全对活力最大化(VIMAX)问题

The all-pairs vitality-maximization (VIMAX) problem

Annals of Operations Research · 2024
被引 1
ABS 3

中文导读

研究如何通过删除网络中的顶点来最大化流经某个关键顶点的流量,用混合整数规划建模并证明是NP难问题,通过模拟退火启发式算法在真实和模拟数据集上测试效果。

Abstract

Abstract Traditional network interdiction problems focus on removing vertices or edges from a network so as to disconnect or lengthen paths in the network; network diversion problems seek to remove vertices or edges to reroute flow through a designated critical vertex or edge. We introduce the all-pairs vitality maximization problem (VIMAX), in which vertex deletion attempts to maximize the amount of flow passing through a critical vertex, measured as the all-pairs vitality of the vertex. The assumption in this problem is that in a network for which the structure is known but the physical locations of vertices may not be known (e.g., a social network), locating a person or asset of interest might require the ability to detect a sufficient amount of flow (e.g., communications or financial transactions) passing through the corresponding vertex in the network. We formulate VIMAX as a mixed integer program, and show that it is NP-Hard. We compare the performance of the MIP and a simulated annealing heuristic on both real and simulated data sets and highlight the potential increase in vitality of key vertices that can be attained by subset removal. We also present graph theoretic results that can be used to narrow the set of vertices to consider for removal.

网络优化数学规划计算机科学运筹学