pub fn isap_max_flow<N, E, Ix>( graph: &DiGraph<N, E, Ix>, source: &N, sink: &N, ) -> Result<f64>where N: Node + Clone + Debug, E: EdgeWeight + Into<f64> + Copy + Debug, Ix: IndexType,
ISAP (Improved Shortest Augmenting Path) algorithm for maximum flow