Function optimize_graph

Source
pub fn optimize_graph(graph: &Graph, settings: OptimizerSettings) -> Graph
Expand description

Optimize the given graph according to the given settings. Returns a new, fully independent graph.