cutcutcodec.core.opti.graph

Optimize the assembly graph.

Functions

optimize(graph)

Optimize the graph in order to improve the exportation speed.

Details

cutcutcodec.core.opti.graph.optimize(graph: MultiDiGraph) MultiDiGraph[source]

Optimize the graph in order to improve the exportation speed.

Parameters

graphnetworkx.MultiDiGraph

The brut assembly graph, not yet optimizated.