fn run_dispatch_for_year(
model: &Model,
assets: &[AssetRef],
candidates: &[AssetRef],
year: u32,
writer: &mut DataWriter,
) -> Result<(FlowMap, CommodityPrices, ReducedCosts)>
fn run_dispatch_for_year(
model: &Model,
assets: &[AssetRef],
candidates: &[AssetRef],
year: u32,
writer: &mut DataWriter,
) -> Result<(FlowMap, CommodityPrices, ReducedCosts)>