pub fn perform_optimisation(
model: &Model,
asset: &AssetRef,
commodity: &Commodity,
coefficients: &ObjectiveCoefficients,
demand: &DemandMap,
) -> Result<ResultsMap>Expand description
Performs optimisation for an asset, given the coefficients and demand.