pub fn optimize_graph(graph: &Graph, settings: OptimizerSettings) -> GraphExpand description
Optimize the given graph according to the given settings. Returns a new, fully independent graph.
pub fn optimize_graph(graph: &Graph, settings: OptimizerSettings) -> GraphOptimize the given graph according to the given settings. Returns a new, fully independent graph.