Research Article

Vulnerability Analysis of Urban Rail Transit Network by Considering the Station Track Layout and Passenger Behavior

Table 1

Pseudo-code of the network-updating algorithm.

Algorithm 1: Network updating after the occurrence of a disruption
Input:Section state vector: , set of train routes: , original network:
Output:Primary and secondary disruption sections , network after updating,
(1): function NewNetwork (, , )
(2):   if and , then
(3):   
(4):   
(4):  for do
(5):   
(6):   
(7):  for do
(8):  
(9):   
(10):  return , ,
(11): end function