pub fn update_commodity_prices( commodities: &HashMap<Rc<str>, Rc<Commodity>>, solution: &Solution, prices: &mut CommodityPrices, )
Update commodity prices for assets based on the result of the dispatch optimisation.