Skip to content

Commit

Permalink
Description update: New objective
Browse files Browse the repository at this point in the history
Updating the description of the new objective that uses a proxy for the compressor power
  • Loading branch information
hskkanth committed Nov 28, 2023
1 parent 72d1a77 commit 7a35b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/objective.jl
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ end


"function for minimizing new economic costs: ``\\min \\sum_{j \\in {\\cal D}} \\kappa_j \\boldsymbol{d}_j - \\sum_{j \\in {\\cal T}} \\kappa_j \\boldsymbol{\\tau}_j - \\sum_{j \\in {\\cal R}} \\kappa_j \\boldsymbol{r}_j -
\\sum_{k \\in {\\cal C}} \\boldsymbol{p^2}_{jk} - \\boldsymbol{p^2}_{ik} ``"
\\sum_{k \\in {\\cal C}} |\\boldsymbol{p^2}_{jk} - \\boldsymbol{p^2}_{ik}| ``"
function objective_min_new_economic_costs(gm::AbstractGasModel, nws = [nw_id_default])
mpp = Dict(n => var(gm, n, :min_power_proxy) for n in nws)
f = Dict(n => var(gm, n, :f_compressor) for n in nws)
Expand Down

0 comments on commit 7a35b04

Please sign in to comment.