paper-with-me

홈 › Papers

Formulating the Restoration of Distribution Networks as a Multiple Traveling Salesman Problem

2024-04-04 · Ran Wei, Arindam K. Das, Payman Arabshahi, Daniel S. Kirschen

Severe weather events can cause extensive damage to electrical distribution networks, requiring a multi-day restoration effort. Optimizing the dispatch of repair crews minimizes the severe socio-economic consequences of such events. Considering both repair times and travel times, we use graphical manipulations to transform this multiple crew scheduling problem into a type of traveling salesman problem(TSP). Specifically, we demonstrate that the restoration problem bears major resemblance to an instance of a cost constrained reward maximizing mTSP (multiple TSP) on node and edge weighted (doubly weighted) graphs (a variant we dub the CCRM-mTSP-DW), where the objective is to maximize the aggregate reward earned during the upcoming restoration window, provided no crew violates its time budget and electrical continuity constraints are met. Despite the rich history of research on the TSP and its variants, this CCRM-mTSP-DW variant has not been studied before, although its closest cousin happens to be the "Selective TSP" (S-TSP). This reinterpretation of the restoration problem not only opens up the possibility of drawing on existing solution methods developed for the TSP and its variants, it also adds a new chapter in the annals of research on "TSP-like'' problems. In this paper, we propose a "TSP-like'' mixed integer linear programming (MILP) model for solving the restoration problem and validate it on the IEEE PES 123-node test feeder network.

📄 PDF Abstract BibTeX arXiv:2404.03197

Code (0)

등록된 구현이 없습니다.

Tasks

SchedulingTraveling Salesman Problem

Methods 이 논문이 사용한 방법론

Travel 설명 없음

Similar Papers 제목 키워드 기반

iMTSP: Solving Min-Max Multiple Traveling Salesman Problem with Imperative Learning

2024-05-01 · Yifan Guo, Zhongqiang Ren, Chen Wang

This paper considers a Min-Max Multiple Traveling Salesman Problem (MTSP), where the goal is to find a set of tours, one for each agent, to collectively visit all the cities while minimizing the length of the longest tou…

Bilevel OptimizationTraveling Salesman Problem

Parallel Genetic Algorithm to Solve Traveling Salesman Problem on MapReduce Framework using Hadoop Cluster

2014-01-24 · Harun Rasit Er, Nadia Erdogan

Traveling Salesman Problem (TSP) is one of the most common studied problems in combinatorial optimization. Given the list of cities and distances between them, the problem is to find the shortest tour possible which visi…

Combinatorial OptimizationTraveling Salesman Problem

Solving Traveling Salesman Problem by Marker Method

2013-07-22 · Masoumeh Vali

In this paper we use marker method and propose a new mutation operator that selects the nearest neighbor among all near neighbors solving Traveling Salesman Problem.

Traveling Salesman Problem

Learning Combined Set Covering and Traveling Salesman Problem

2020-07-07 · Yuwen Yang, Jayant Rajgopal

The Traveling Salesman Problem is one of the most intensively studied combinatorial optimization problems due both to its range of real-world applications and its computational complexity. When combined with the Set Cove…

Combinatorial OptimizationTraveling Salesman Problem

Construct, Merge, Solve & Adapt with Reinforcement Learning for the min-max Multiple Traveling Salesman Problem

2026-02-27 · Guillem Rodríguez-Corominas, Maria J. Blesa, Christian Blum arxiv

The Multiple Traveling Salesman Problem (mTSP) extends the Traveling Salesman Problem to m tours that start and end at a common depot and jointly visit all customers exactly once. In the min-max variant, the objective is…

Reinforcement Learning