Adds an edge with specified directional capacities and cost per unit of flow. If only forward flow is allowed, rcap should be zero.
(&mut self, u: usize, v: usize, cap: i64, rcap: i64, cost: i64)
source not stored for this graph (policy: none)