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.
pub fn optimize_graph(graph: &Graph, settings: OptimizerSettings) -> Graph
Optimize the given graph according to the given settings. Returns a new, fully independent graph.