Objectives

PowerModelsITD.objective_itd_min_fuel_cost_pwlMethod
function objective_itd_min_fuel_cost_pwl(
    pmitd::AbstractPowerModelITD,
    pm::_PM.AbstractPowerModel,
    pmd::_PMD.AbstractUnbalancedPowerModel
)

Fuel cost minimization objective with piecewise linear terms.

source
PowerModelsITD.objective_mc_variable_pg_costMethod
function objective_mc_variable_pg_cost(
    pm::_PMD.AbstractUnbalancedIVRModel
)

Adds pgcost variables and constraints (IVR formulation) (Copied from PMD and modified to allow differentiation with TD gens (...dist)).

source
PowerModelsITD.objective_mc_variable_pg_costMethod
function objective_mc_variable_pg_cost(
    pm::_PMD.AbstractUnbalancedPowerModel
)

Adds pgcost variables and constraints (Copied from PMD and modified to allow differentiation with TD gens (...dist)).

source