Skip to main content

balanced_approach

Function balanced_approach 

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

A queue with a starting backlog and service that exceeds arrivals: it only ever drains, so it provably never reaches jam — for all reachable states (k-induction).