SIMULATION · TRAFFIC FLOW

Early merge vs zipper merge

Two highways, identical traffic, one rule difference. On the left, every driver moves into the open lane as soon as the “merge ahead” sign appears. On the right, drivers stay in their lane and alternate at the cone. Push the arrival rate above bottleneck capacity and watch what happens.

Left laneRight (closing)Closed
STRATEGY A

Early merge

Drivers move left as soon as the sign appears

Throughput
0.0/min
Avg time
0.0s
Max queue
0
Completed
0
STRATEGY B

Zipper merge

Use both lanes; alternate at the cone

Throughput
0.0/min
Avg time
0.0s
Max queue
0
Completed
0
Running — let the sim warm up for ~30 seconds before comparing.
HOW IT WORKS

The model

Each car follows a simple car-following rule: maintain a safe gap behind the leader and slow proportionally if the gap shrinks. A bottleneck gate at the cone enforces a maximum throughput (cars/sec) — the rate two lanes can physically funnel into one. Trucks travel slower and take up more space.

The only behavioral difference between the two highways is when drivers leave the closing lane. Early-mergers consolidate early, leaving the right lane empty for most of its remaining length. Zipper-mergers use the full right lane and alternate at the cone.

What the metrics mean