Skip to main content

congested_approach

Function congested_approach 

Source
pub fn congested_approach(width: u32, jam: u64) -> String
Expand description

A queue served only every other cycle while one vehicle arrives each cycle: net inflow is positive, so the queue climbs to jam. BMC finds the cycle it overflows.