fn compress_cycles(
graph: &Graph<InvestmentSet, GraphEdge, Directed>,
) -> Graph<InvestmentSet, GraphEdge, Directed>Expand description
Compresses cycles into InvestmentSet::Cycle nodes
fn compress_cycles(
graph: &Graph<InvestmentSet, GraphEdge, Directed>,
) -> Graph<InvestmentSet, GraphEdge, Directed>Compresses cycles into InvestmentSet::Cycle nodes