PowerModelsMLD.jl icon indicating copy to clipboard operation
PowerModelsMLD.jl copied to clipboard

storage variables in model are incorrect

Open noahrhodes opened this issue 6 years ago • 0 comments

Redundant variables are added to the problems.

    _PMs.variable_storage(pm)
    _PMs.variable_storage_indicator(pm, relax = true)
    _PMs.variable_storage_mi_on_off(pm)

Likely should be

    _PMs.variable_storage_indicator(pm, relax = true)
    _PMs.variable_storage_mi_on_off(pm)

noahrhodes avatar Jul 30 '19 18:07 noahrhodes