Maintains Johnson's potentials to prevent negative-cost residual edges. This allows running Dijkstra instead of the slower Bellman-Ford.
(&self, s: usize, flow: &[i64], pot: &mut [i64])
source not stored for this graph (policy: none)
no test coverage detected