|
Algorithm 1: Decentralized Traffic Control Algorithm |
acquire current cell states
predict occupancy of traffic lanes
if not setup time then
begin // minimum green period constraint
for each signal group do
if signal group g was not active longer than time steps then
begin //inter-green period constraint
active group
go to 13
end
estimate priorities for all signal groups g = 1, ..., #G
active group := control group with the highest priority
end
|