pub fn calculate_coefficients_for_assets(
model: &Model,
objective_type: &ObjectiveType,
assets: &[AssetRef],
prices: &CommodityPrices,
year: u32,
) -> HashMap<AssetRef, ObjectiveCoefficients>
Expand description
Calculates cost coefficients for a set of assets for a given objective type.