Function appraise_investment

Source
pub fn appraise_investment(
    model: &Model,
    asset: &AssetRef,
    max_capacity: Option<Capacity>,
    commodity: &Commodity,
    objective_type: &ObjectiveType,
    reduced_costs: &ReducedCosts,
    demand: &IndexMap<TimeSliceID, Flow>,
) -> Result<AppraisalOutput>
Expand description

Appraise the given investment with the specified objective type