Unified Branch-and-Bound Search for the Steiner Traveling Salesman Problem on Graphs of Convex Sets· 凸集图上的施泰纳旅行商问题统一分支定界搜索
We formalize the Steiner Traveling Salesman Problem (Steiner-TSP) on Graphs of Convex Sets (GCS), which seeks a minimum-cost closed trajectory through required convex sets while allowing optional transit vertices and revisits. To explore the resulting infinite solution space, we propose a unified branch-and-bound search over rooted walk prefixes. Additive lower-bound-graph costs bound committed prefixes, while a cut-separated connected-flow relaxation lower-bounds the residual cost of visiting every remaining target and returning to the root. Under a uniform positive-cost assumption, best-first traversal terminates after finitely many expansions on every feasible instance without an initial incumbent, whereas depth-first traversal does so once a finite incumbent is available. For a user-sp
提出统一求解凸集图上施泰纳旅行商问题的分支定界算法。
- 核心方法
- 使用根路径前缀的统一分支定界搜索,结合加法下界图成本和分割流松弛下界剩余成本,优化搜索过程。
- 适合谁读
- 研究者、工程师
- 要解决的问题
- 解决凸集图上的施泰纳旅行商问题,需遍历必需的凸集选择可选的中转点,并可能重复访问。
- 关键实验
- 未提供
- 主要贡献
- 算法在每次可行实例扩展中都能终止,提高了求解效率,尤其适用于无需初始解的情况。
- 意义与局限
- 此方法提高了施泰纳旅行商问题在复杂图结构上的求解效率,但可能受限于成本假设的特定条件。