pub fn save_commodity_graphs_for_model(
commodity_graphs: &HashMap<(RegionID, u32), CommoditiesGraph>,
output_path: &Path,
) -> Result<()>
Expand description
Saves commodity graphs to file
The graphs are saved as DOT files to the specified output path