PowerModelsMLD.jl
PowerModelsMLD.jl copied to clipboard
storage variables in model are incorrect
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)