I'm really interested in trying this to solve a min-cost flow problem we have --- there's a very heterogenous space of min-cost flow crates for rust, and not much that is (1) fast (2) robust (3) works with floating point costs and (4) is native (i.e. mcmf wraps LEMON).
However, I need to extract the identity of the edges participating in the flow. Is there an easy way to get that out of this crate?
I'm really interested in trying this to solve a min-cost flow problem we have --- there's a very heterogenous space of min-cost flow crates for rust, and not much that is (1) fast (2) robust (3) works with floating point costs and (4) is native (i.e. mcmf wraps LEMON).
However, I need to extract the identity of the edges participating in the flow. Is there an easy way to get that out of this crate?