fn apply_rules_to_model(model: &mut Model, rules: Vec<Box<dyn ApplyRule>>)
Expand description

Transform the model by applying a list of rewrite rules.