Abstract

Urban road networks may benefit from left turn prohibition at signalized intersections regarding capacity, for particular traffic demand patterns. The objective of this paper is to propose a method for minimizing the total travel time by prohibiting left turns at intersections. With the flows obtained from the stochastic user equilibrium model, we were able to derive the stage generation, stage sequence, cycle length, and the green durations using a stage-based method which can handle the case that stages are sharing movements. The final output is a list of the prohibited left turns in the network and a new signal timing plan for every intersection. The optimal list of prohibited left turns was found using a genetic algorithm, and a combination of several algorithms was employed for the signal timing plan. The results show that left turn prohibition may lead to travel time reduction. Therefore, when designing a signal timing plan, left turn prohibition should be considered on a par with other left turn treatment options.

1. Introduction

Left turns at signalized intersections may cause efficiency problems, because they have comparatively high potential for conflicts with other movements. When permitted left turns are used, the delay of vehicles is determined both by the traffic signal and by the opposing vehicles. As a result, vehicles turning left would usually wait longer than other movements. Protected left turns can be applied at the expense of increasing the intergreen time and decreasing the effective green time, resulting in efficiency problems. Therefore, to improve efficiency, left turn prohibition (LTP) is investigated in urban networks as a remedy for urban congestion problems.

Previous left turn treatment guidelines provide the treatment of permitted/protected left turns at signalized intersections [16], while very few refer to left turn prohibition. Although left turns can be avoided by constructing unconventional intersections such as U-turns in the middle of roads [712], mid-block left turns [13, 14], continuous flow intersections, jughandle intersections [15], exit lanes for left turn [16], special width intersection [17], and tandem intersection/presignals [1820], due to space limitation in cities and high construction expense, these unconventional intersections may not be feasible in the urban area. The impact of these unconventional intersections on networks is also not clear because the intersections/locations are usually studied in isolation. Another alternative to left turn prohibition, which does not necessitate infrastructure alteration, would be to redesign the network. By redesigning a network in this way, flow redistribution can be obtained using traffic assignment models [2124]. However, when the turning restriction problem is formulated as a pure network design problem, signal settings are ignored. Consequently, this is making it unsuitable for the use in the urban signalized networks. In these environments, it is necessary to design signal timing plan for the LTP problem.

The methods for signal timing plan design are the stage-based method [2529], the group-based method [3032], and the lane-based method [3335]. The stage-based method, whose cycle is composed of stages, determines green durations of each stage by minimizing delays or other objectives. In practice, all existing methods for network signal setting design follow the stage-based method [29]. The most famous signal control method using the stage-based method is TRANSYT. However, the existing stage-based methods rarely include the stages sharing movements when generating stages and optimizing/calculating signal timing. The group-based method and the lane-based method have a similar formulation. The difference is that the lane-based method can also assign lane markings. The lane-based method was used in turning restriction problems [36] and was integrated with traffic assignment models [37], but both methods have not been practically applied. In consideration of the practical extension, the stage-based method is used in this paper. The research gap filled for the stage-based is to explain the treatment of the case that stages are sharing movements (see Figure 1).

This paper presents a method for selecting left turns with a genetic algorithm for prohibition and designing a fixed signal timing plan including LTP for a time in a day, by minimizing total travel times. After prohibiting left turns, the proposed method adjusts signal settings using the stage-based method. Once the selected left turns are prohibited, all stages are regenerated and then the stage sequence is optimized. Besides, cycle length and green duration are calculated. The intersections in networks are coordinated by the common cycle length, which is the largest cycle length of all intersections. Stochastic user equilibrium (SUE) is integrated for forecasting redistributed traffic flows, and it is used for the evaluation of the LTP. To test the proposed method, one should set the total travel time without LTP as a base case and compare it with the total travel time with LTP.

The following abbreviations are used in this paper: LTP represents left turn prohibition; SUE means stochastic user equilibrium; OD indicates Origin-Destination; TSP stands for traveling salesman problem.

2. Methodology

2.1. Overall

The methodology consists of three parts: selecting the prohibited left turns, signal timing plan design including permitted/protected/prohibited left turns for each intersection, and an SUE used for a realistic assignment of the demand.

The flowchart in Figure 2 presents the approach in a chronological sequence. LTP influences the network link flows. The link flows are estimated using SUE based on a link cost function, which does not consider signal timing. Then for each left turn that is not prohibited it is decided whether it is permitted or protected. Feasible stages are generated, and then the signal sequence is determined by minimizing the total intergreen time. In parallel, lane flows are calculated, and saturation flows are adjusted to determine signal timing. The SUE model is run once again using a cost function based on signal timing. This is performed to evaluate the total travel time with the LTP and the signal timing. Left turns are selected to be prohibited with genetic algorithms. These processes will be repeated until all selected left turns are tested.

The following sections explain each processing box and subprocessing step of the flowchart in detail.

2.2. Left Turn Prohibition

Each network includes many left turns. Each left turn has two possible states: it can be either allowed or prohibited. An LTP combination is defined as the decision regarding the state of each left turn in the network. Considering the number of left turns in the network, the total number of LTP combinations can be very large. Therefore, using the algorithm detailed in Section 3, we reduced the number of possible LTP combinations.

The overall objective is to minimize the total travel time in the network as described in (1). This equation sums the total travel time, separating left turn links from other links. The total travel time without LTP is the reference case. Only if the total travel time with LTP is smaller than the reference total travel time can the LTP combination be applied. Eventually, the LTP combination with the minimal total travel time is selected as the solution.

For each selected prohibited left turn, we assumed that the lane would be used for through movement. We also made sure that each selected left turn can be prohibited. Specifically, a check was performed that the prohibition of this turn would still allow network connectivity. Thus each OD path set includes at least one path (see (2)). Additionally, the number of through exit lanes is greater than or equal to the number of through approaching lanes (see (3)). If both of these constraints cannot be met, the left turn is not prohibited.where   is total travel time (h); is set of links; is set of left turn links; , is flow of link (veh/h); , is travel time of link (h); is signal settings defined as stage, stage sequence, cycle length, and green durations; , is indicator of prohibited left turns: , if the left turn is prohibited and , otherwise; is origin set; is destination set; is path set between origin and destination ; is intersection index; is number of intersections in the network; is arm index; is the number of arms at intersection ; is the number of approaching lanes for through movements in arm at intersection ; is the number of exit lanes for through movements in arm at intersection .

2.3. Stochastic User Equilibrium Model

A traffic assignment model describes how traffic flows are distributed in the network. In SUE, one of the traffic assignment models, drivers choose routes with minimal perceived travel time. The relevant link flows change according to the result of path choice and influence the travel time. Drivers iteratively react to updated travel time until any change of routes makes the perceived travel time longer.

Link flow calculation and travel time estimation are critical steps in SUE. Link flow is calculated by the product of OD demand and probabilities of paths being chosen. The probabilities are calculated with a simple logit model in which the utility function is path travel time. In this research, we applied the simple logit model with the same configuration as Tang and Friedrich [39].

Link travel times are initialized by applying free flow travel time, and then travel time is differently estimated before and after signal timing plan design. Before signal timing plan is designed, as no signal timing information is available, the link costs are updated by BPR function (see (4)). After signal timing plan is designed, the link travel time is updated by the sum of free flow travel time and link delay (see (5)). Link delay is the function of signal timing. Since during the first few iterations of SUE some of the links can be oversaturated, Akcelik’s formula [40] is used. In Akcelik’s formula, the delay consists of uniform delay and incremental delay which are represented as the first and the second term of (6), respectively.where is link index; is travel time of link ; is free flow travel time of link (h); is capacity of link which is assigned as saturation flows of link (veh/h); are parameters in BPR function; is delay of link (h).

If link is on lane of arm at intersection , the link delay is then equal to .where is lane index; is delay of lane (s); is total traffic flow in lane (veh/h); is common cycle length (s); is green duration of lane (s); is capacity of lane (veh/h); is degree of saturation flow of lane ; is observation time period (h); is turning point where the delay dramatically increases; is saturation flow of lane (veh/s).

2.4. Signal Timing Plan Design

This section first introduces the method of conflict matrix determination according to left turn phasing types. With the conflict matrix, the stages can be generated and their sequences can be optimized. To estimate the delays, one should also calculate the lane flow and adjust the saturation flow. Finally the signal timing is calculated, especially for the stages sharing movements.

2.4.1. Determination of Conflict Matrix for Left Turns

Conflict matrix records conflicts between movements which cannot be in the same signal stage for safety reasons. If left turns are protected, they will not be on the same stage as opposing through movements; if they are permitted, they can be on the same stage as opposing through movements. Thus, types of left turn phasing affect conflict matrix and saturation flow of left turns. As the permitted left turn vehicles are interrupted by opposing through movements, the saturation flows decrease compared with the saturation flows of protected left turns.

To determine whether left turns need to be protected, one can apply recommendations from different guidelines. However, most guidelines focus on safety aspects [1, 4]. In our method, we apply the volume conditions. The volume condition refers to the left turn flows and the product of left turn flow and opposing through flow. Roess et al. [5] suggested that the left turn, whose flow is more than 200 veh/h and product is more than 50000, should be protected. HCM [41] set these conditions more specific, and they are applied in this paper. However, if a left turn has no opposing through movement, it is unnecessary to consider the types of left turn phasing. Any of the following conditions lead to protected left turns:(i).(ii)if , .(iii)if , .(iv)if , .

Here is number of opposing through lanes; is left turn flow (veh/h); is opposing through flow (veh/h).

Please note that when a left turn is permitted according these conditions, the left turn could be either permitted or protected. In the conflict matrix, if two movements do not conflict, they still could be in the different stages. For the same reason, the permitted left turn and the opposing through movement could be in the different stage, so that the left turn is protected in this case, and when calculating the saturation flow of the left turn, one should regard the left turn as protected left turn. The final left turn phasing type is determined according to the generated stages.

2.4.2. Stage Generation

When generating the stages, one of the conventions is to include all nonconflict movements in the same stage (compatibility). In this regard, a feasible set would be one which contains different stages with nonconflict movements. It is equivalent to the problem of finding all subgraphs in graph theory. The adjacent matrix indicating the compatibility among movements is generated from the conflict matrix. If the value of the conflict matrix is 1, two movements conflict; if the value is 0, the movements are not in conflict. Respectively, if the value in the adjacent matrix is 1, meaning that both movements are compatible, they can be in the same stage; if this value is 0, the two movements are incompatible and therefore cannot be in the same stage, as shown in Figure 3. In some cases, the conflict matrix alone is not sufficient, since the lane configuration may generate additional incompatibility. For example, in Figure 3(a), lane 1 and lane 2 cannot share a stage with either lane 5 or lone 6, because the left turn in lane 2 conflicts with both lanes 5 and 6. However, once the adjacent matrix is generated, the compatibility of all moments can be extracted from there. As can be seen in Figure 3(b), in the conflict matrix, the through movement in arm 1 is not in conflict with the through moment in arm 3. Nevertheless, both of these movements are incompatible, as shown in the respective cell of the adjacent matrix (see Figure 3(c)).

Once we have all possible stages by finding all subgraphs (see Figure 3(d)), we should keep the number of stages as small as possible, to decrease the intergreen time. However, we need to make sure that all movements are included in our plan. To this end, we formulate the stage selection as a 0/1 integer programming problem whose objective is to minimize the number of stages. The decision variables model whether a stage should be selected and the constraints represent the requirement that each movement must be included at least in one stage (completeness). Consequently, the minimum number of stages including all movements is generated. After the stages are generated, the left turn phasing types are fixed. Figure 3(e) illustrates an example of the stage generation. “G” means green time and “R” means red time. “LT” represents left turn, “TH” represents through movement, and “RT” represents right turn.

When the stages are generated, one movement may be shared by multiple stages. For example, in the numerical example of Memoli et al. [29], two stages share the through movement. This is rarely applied in the stage-based method. Sharing a movement by multiple stages influences the stage sequence and green duration of these stages. We further address the issue of stages sharing the same movements in Sections 2.4.3 and 2.4.7.

2.4.3. Stage Sequence Optimization

Generally the most favorable stage sequence is determined by the total necessary intergreen times, which leads to shortest cycle time [3]. In this paper, the stage sequence is optimized by minimizing the total intergreen time. From the adjacent matrix in the “stage generation” (see Figure 4(a)), the intergreen time matrix can be generated. In this matrix, the compatible movements have no intergreen time, whereas the incompatible movements do. The intergreen times between incompatible movements are mainly determined by the geometry of the intersection. The intergreen time between stages is determined based on the intergreen time matrix and the composition of the stages (see Figure 4(b)).

If one movement appears in multiple sequential stages, the signal of the movement can keep green in the intergreen time between stages; i.e., the intergreen time is 0. The movement thereby has extra green time and capacity. However, if these stages are not sequential, the extra green time cannot be gained. Therefore, when determining the stage sequence, one should consider the potential gain of extra green time. In this paper, the stage sequence optimization problem is represented as the traveling salesman problem (TSP), where the sequence of stages is equivalent to the visited cities and the minimum total intergreen time is equivalent to the minimum distance (see Figure 4(e)). The distance between two stages is the sum of intergreen times among the related movements (see Figures 4(c) and 4(d)). In this regard, if the stages sharing the same movements are sequential, the distance between each stage is shorter than the distance of nonsequential stages sharing the same movements.

Denote as the arm index and is the number of arms at intersection . Denote movement index in the turning direction set , where is left turn, and is through movement, and is right turn. Considering the types of left turn phasing, may also be denoted as for permitted left turns and for protected left turns. A movement is then defined as which indicates a turning direction from arm .

Set formally, for intersection , if a movement is in stage and a movement is in stage , then the distance between both stages can be expressed as follows:where is distance between stage and stage ; denote arm index; denote turning direction index; denotes intergreen time between movements and .

For example, in Figure 4, the intergreen times between each incompatible movements are 4 s. As stages 1 and 2 do not share any movements, the distance between stages 1 and 2 is 36 s. However, the right turn in arm 1 is shared by both stages 1 and 3, so the distance between stages 1 and 3 sums up to 24 s. The signal for the right turn keeps green, so the intergreen time is gained. By applying TSP, stages 1 and 3 are sequential.

2.4.4. Lane Flow Calculation

As one movement may occupy multiple lanes, drivers have to select one lane for turning preparation. To well adjust signal timing, it is necessary to calculate the number of vehicles turning a direction on each lane, i.e., the assigned flow. Lane flow is the sum of assigned flows of each movement.

Denotations and are the lane index and the number of lanes on arm , respectively. For all intersection , arm , and turning direction , demands from each iteration of SUE with signal timing are equal to the sum of assigned flows of movement .where is the assigned flow of movement on lane .

If a movement is not on lane , the assigned flow should be .

If movement is on multiple lanes, the saturation flow rates of all lanes tend to be identical because drivers enter the lane with the shortest queue, resulting in the even distribution of assigned flows [26].where is the saturation flow of movements on exclusive lanes.

By solving linear equations in (8)–(10), the assigned flows are determined. Specifically, if an assigned flow is less than 0, the related movement cannot be assigned to that lane. Instead, the assigned flow is assigned to its adjacent feasible lanes until all assigned flows are nonnegative.

Consequently, the lane flow can be calculated via summing the assigned flow of each movement on the lane:

2.4.5. Saturation Flow Adjustment

In Figure 2, after “determining types of left turn phasing” and before “calculating lane flows”, the saturation flow of permitted/protected left turns can be adjusted. The saturation flow is adjusted once again, this time for shared lanes, after the “calculating lane flows” step.

The saturation flow of permitted left turns per lane is adjusted by estimating the filtered saturation flow based on gap acceptance theory and adjusting the saturation flow of an exclusive lane [40].where is filtered saturation flow of permitted left turns (veh/s); is opposing through movement flow (veh/s); is critical gap with a value 4.5 s; is follow-up headway with value 2.5 s; is saturation flow of permitted left turns per lane (veh/s); is saturation flow of through movement per lane (veh/s); is green duration of left turns (s); is unsaturated part of the green period for the opposing through movement (s); is cycle length (s); is the number of vehicles passing during the amber period and is predefined as 1.5 (veh) in Akcelik (1981) and HCM (2000) unless field data are available.

The saturation flow of movements on the shared lane is weighted according to the flow of each movement [26, 40].where is lane index; is ratio of lane flow to the total flow on lane ; is saturation flow of turning direction (veh/h).

2.4.6. Signal Timing

The formulas of signal timing calculation are originally deduced by Webster [25]. HBS [26] and RiLSA [42] adopt these formulas in the manual. Webster’s formulas can only be applied in unsaturated conditions which are regarded as the limitation. However, considering the constraints of cycle length, cycle length can be the maximum value if the degree of saturation is more than 1. Thus, Webster’s formulas are feasible and applicable at the saturated intersections. Further, by selecting the largest cycle length of the network as the common cycle length, Webster’s formulas can be also used in the network [27].

To calculate cycle length, the flow ratio, which is the flow to the saturation flow, for each stage must be determined. As green times are determined by the lane with maximum flow in a stage, for all lanes in the same stage, the maximum flow ratio of lanes is the flow ratio of the stage (see (14)).

For all related to stage ,subject to , , where is stage index; is intergreen time of stage (s); is sum of flow ratios at intersection ; is the number of phases at intersection ; is cycle length of intersection ; is minimum cycle time (s); is maximum cycle time (s); is minimum green duration of stage (s).

Cycle length must be greater than or equal to the minimum cycle length and not larger than the maximum cycle length. Thus, if , the cycle length is always maximum.

Due to the constraints of minimum green times, if the green time of stage is less than the minimum green time, the green time is equal to the minimum green time. These minimum green times are treated as the components of intergreen time. Because the value of the green time is fixed to the minimum, the green times can only be assigned for the rest of stages. The cycle time should be recalculated as the actual sum of lost time increases. The rest of effective green time has to be accommodated according to the stage flows.subject to , , where is the number of stages with minimum green time and .

Cycle lengths are firstly calculated for each intersection, and the largest cycle length is decisive as the common cycle length for the network. Green times are then recalculated with the common cycle length by (16) and (18).

2.4.7. Signal Timing of Stages Sharing Movements

As mentioned, to calculate signal timing, the flows of movements/lanes in each stage should be known. However, if one movement is in two stages, it is hard to separate the movement flows into two stages beforehand and one cannot calculate the flow ratio. This case is neglected by HBS [26] and RiLSA [42] but considered by Pohlmann [38].

The rule to deal with the stages sharing movements is that green times are determined by the lane with the maximum flow. When calculating the green time of stages sharing movements, two cases need to be considered: either the required green time for the movement shared in multiple stages is bigger than the required green time for the other movements included in these stages or this green time is smaller. The final green time will be the larger one of these two cases. For example, in Figure 1, we assume each movement occupies one lane. For the movement with the flow , we cannot know in advance the number of vehicles in stages and , respectively. Hence, following HBS [26] recommendations, one cannot solve this case. As the largest flow determines the flow ratio in a stage, Pohlmann [38] separately calculated the flow ratio for stages and and combined stage . Stages only include the movement not shared by two stages, and the combined stage only include the movement shared by two stages. In Figure 1, and , but , and then the flow ratio of stages and is determined by . With the same logic, the green time of stage and is determined by .If ,else and do not change.

Pohlmann [38] considered only two stages sharing movements. Although this is usually the case, there may also be cases including more than two stages. Generalizing Pohlmann’s method [38] to include more than two stages is not straightforward. For example, taking into account three stages sharing movements, the following process should be performed. First, we should consider the fact that not all three stages necessarily share the same movements, and movements may be shared only by two stages, as demonstrated in Figure 5(a). There, stages and share the through movement, and stages and share the left turn. Therefore, in order to calculate the green time, we should calculate . A different calculation should be carried out for the case presented in Figure 5(b). There, the through movement is shared by all three stages, and therefore the flow ratio would be . The green duration is calculated in a similar manner.

3. Algorithms

In “prohibiting left turn” of Figure 2, the left turns are selected by the genetic algorithm with the default configuration of Java genetic algorithm package (Jgap) [43] which refers to an elitist ranking selector cloning the top 90% of the user-specified population size with crossover rate 35% and mutation rate 1/12.

SUE is solved with the Method of Successive Average [44]. The link travel times are initialized with the free flow travel times of the links and then the initial link flows are estimated with stochastic loading based on the free flow travel times. In each iteration, the link travel times are updated with the link flows from the previous iteration, and the link flows are updated with the adjustment on the difference between the link flows from stochastic loading and the link flows from the previous iteration. The interaction between the link flows and the link travel times repeats until the convergence criteria are met.

For signal-relevant steps in Figure 2, “generating stages” is solved by finding all subgraphs with depth-first-search algorithm and minimization of the number of stages with routine branch and cut algorithm in IBM Ilog Cplex. The traveling salesman problem in stage sequence is determined by applying backtracking algorithm. The focus of this section is to explain signal timing calculation in the case of combined stages which is extended from [38]. The cycle length for each intersection is firstly calculated in Algorithm 1 and then the largest cycle length is selected as the common cycle length with which the green duration for each stage is calculated in Algorithm 2.

Require: is the flow ratio of normal stages, combined stages, stages,
respectively.
Ensure:
(1)function CALCULATECYCLELENGTH
(2),
(3)repeat
(4)
(5)if    then
(6)
(7)else
(8) (17)
(9)if then  
(10)
(11)end if
(12)end if
(13)for normal stages   do
(14) (18)
(15)if    then
(16)
(17),
(18)
(19)end if
(20)end for
(21)for  stages sharing movements and their related stages   do
(22) (18), (18)
(23)if    then
(24)
(25)end if
(26)end for
(27)for stages sharing movements and their related stages   do
(28)if   and   then
(29),
(30)
(31)end if
(32)end for
(33)until  
(34)return  
(35)end function
Require:
Ensure:
(1)function CALCULATEGREENS
(2)
(3)
(4)repeat
(5)
(6)for normal stages   do
(7) (18)
(8)if    then
(9)
(10)
(11)
(12)
(13)end if
(14)end for
(15)for stages sharing movements and their related stages   do
(16) (18)
(17) (18)
(18)if    then
(19)
(20)end if
(21)end for
(22)for stages sharing movements and their related stages   do
(23)if   and   then
(24)
(25)
(26)
(27)else
(28)
(29)end if
(30)end for
(31)until  
(32)for all stages   do
(33)
(34)end for
(35)return  
(36)end function

4. Numerical Analysis

4.1. Test Networks

The test network is an artificial network with six signalized intersections, ten origins, and ten destinations (Figure 6). There are 24 left turns. The free flow speed of each link is 50 km/h, and each link has three lanes. The default conflict matrices are extracted from network files of SUMO, which is a microscopic simulation tool developed by the German Aerospace Center (DLR). The network is tested with the OD matrix in Table 1. The values of parameters are in Table 2. Specifically, the intergreen times are assumed to independent of the intersection geometry and the intergreen times between all stages are constant. In SUE, the convergence criterion is that the difference of average link flows between adjacent iterations is less than . In the genetic algorithm, the initial population size is 50, and the generation size is 30.

4.2. Results

With the OD matrix and test network, 3 of 24 left turns are prohibited: the left turn in the northern arm at Intersection 2, the left turn in the southern arm at Intersection 3, and the left turn in the western arm at Intersection 6. Before LTP, the total travel time is 564.9 h whereas, after LTP, the minimal total travel time is 435.5 h with reduction of 22.9%. Prohibiting left turns reduces the total travel time. The average degrees of saturation for each intersection before and after LTP are also compared (see Figure 7). Except Intersection 4, the average degrees of saturation of the intersections decrease, especially at the intersections with LTP.

Signal settings are also adjusted before and after LTP. The common cycle lengths before LTP and after LTP are 100 s. The stage generation results and their sequences before and after LTP are shown in Figure 8. The green durations before and after LTP are given in Table 3. After LTP, the number of stages at Intersection 6 becomes smaller which indicates a less intergreen time and longer effective green time.

4.3. Evaluation of Algorithms

The algorithms of the proposed model are evaluated with increasing scale of networks. Table 4 shows the information of the increasing network scales. The number of origins and the number of destinations are fixed to ten, which is the same as the original network (Network 1). For Network 2 to Network 7, the number of intersections increases one by one, resulting in the increasing number of nodes and links. The experiments have been conducted on an IPC with a 2.9 GHz quad-core Intel Core i7 and with 16 GB memory. By applying these networks with the proposed model, the computing time for each network is illustrated in Figure 9. The computing time dramatically increases when the number of intersections is larger than 10. As routing search is important in the SUE algorithm, the network scale significantly influences the computing time. However, as the genetic algorithm may randomly select infeasible left turns, it immediately receives penalty and the total travel time is assigned to a constant large value, which means the SUE model and the design of signal timing plan are skipped. Thus, the computing time varies without an obvious tendency.

4.4. Analysis of Prohibited Left Turns

The flows of prohibited left turn and their types are analyzed. LTP is related to left turn flows according to previous research. Hajbabaie et al. [45] found that low LT volumes and oncoming high volumes led to LTP at some intersections. Pline [4] summarized that LT volume was a critical factor leading to prohibition. In consideration of a protected left turn for small flows wasting capacity, we suppose that LTP is also related to the types of left turn phasing types. Permitted left turn flows justify conflict with the opposing straight vehicles, so whether permitted left turns should be prohibited depends on both left turn flows and opposing flows.

The flows and types of left turns without LTP and the LTP results from running the proposed model are collected via testing eight OD matrices. The OD matrices are generated by the demands in Table 1 plus random numbers in the ranges of , , , , , , , and , respectively. Including the original OD matrix, the flows of 214 left turns are collected and 36 of them are prohibited. We summarized the minimum, maximum, and the average value of all permitted left turns and protected left turns. We also calculated the average flow of all prohibited/permitted left turns and prohibited/permitted left turns.

The results are displayed in Figure 10. The green dots represent the average flows of permitted/protected left turns, and the high points of the vertical lines represent their maximum flow, and the low points of the vertical lines represent their minimum flow. The blue dots represent the average flows of prohibited/permitted/protected left turns. As no reduction from LTP can be found with the OD matrix having the random demands in the range of , no left turns are prohibited with this OD matrix. Further, as the demands increase, there are no permitted left turns for the OD matrices having random demands in the ranges of and , respectively; and thus for these ranges no data is depicted in Figure 10(a). In Figure 10, all of the flows of the prohibited permitted left turns are smaller than the flows of all permitted left turns and the same as those for the protected left turns.

4.5. Discussion

The goal of this paper is to design signal timing plane including prohibiting left turns. The numerical example shows that prohibiting left turns reduces the total travel time. This study could potentially lead to useful insights regarding congestion management.

The main reason why prohibiting left turns can reduce the total travel time is that LTP reduces the number of conflict points at intersections. Due to the reduction of the conflict points, the number of stages decreases so that the intergreen time between two stages decreases (e.g., Intersection 6). If the intergreen time between two stages is longer, e.g., 6 s, the total travel time reduction is expected to be larger because longer intergreen time indicates a high potential of more effective green time. Moreover, some movements are in multiple stages which also lengthens effective green times for those movements (e.g., the right turn in the northern arm of Intersection 3). Further, the lanes of prohibited left turns are assigned for through movements which also increases the capacity of the through movements (e.g., the through movement in the northern arm of Intersection 2). Therefore, the delays at the intersection go down and the total travel time decreases.

The prohibited left turns may be related to types of left turn phasing. The protected left turns with minor flows should be prohibited, but as the influence of opposing flows is not clear, we cannot conclude that the permitted left turns with minor flows should also be prohibited. Meanwhile, these findings are specific for the network. More generalized findings would require an additional analysis.

The signal timing plan with the proposed method does not aim at reaching global optimum. The design of signal timing consists of “stage generation”, “stage sequence optimization”, and “signal timing determination”. Although “stage generation” and “stage sequence optimization” are conducted with optimization methods, “signal timing determination” is based on the formulas from the relevant manuals. The accumulation of the reasonable steps does not ensure the global optimization. Meanwhile, the interaction between signal timing and traffic flow is conducted in a straightforward way: with given traffic flows obtained from an SUE with a cost based on BRP function, a signal timing plan is designed for each intersection, and then the traffic flows adopt to the signal timing plan. The multiple interactions are not considered as the case in the dynamical scenarios.

5. Conclusions

We propose a method of designing signal timing plan including LTP by minimizing total travel time. The total travel time reduces after LTP. Types of left turn phasing and relevant left turn flows may be related to LTP. This paper provides an idea of congestion management in urban road networks. Prohibiting left turns should actually be considered among other left turn treatments in signal timing plan design. Planned future research includes analyzing the other factors influencing LTP.

Data Availability

The data used to support the findings of this study are available from the corresponding author upon request.

Conflicts of Interest

The authors declare that they have no conflicts of interest.

Acknowledgments

This research is supported by the German Research Foundation (DFG) through the Research Training Group SocialCars (GRK 1931). The focus of the SocialCars Research Training Group is on significantly improving the city’s future road traffic through cooperative approaches. This work is also carried out within the project OptimUM (Optimization of Urban Traffic Management towards Environment Friendly and Safe Mobility) which is financially supported by the Helmholtz CAS Joint Research Groups (HCJRG) of the Helmholtz Association of German Research Centers. The support is gratefully acknowledged.