You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ParameterJuMP allows defining variables as parameters and then compute dual values for them. Ie if one sets the capacity of a not-extendable generator or line as a parameter one can request the dual of the max generation constraint by querying the dual of the p_nom parameter.
The text was updated successfully, but these errors were encountered:
Probably as simple as replacing all occurrences of JuMP.Model with JuMP.AbstractModel, as is already happening in the new moi branch by the introduction of the ModelView layers.
The question is: How would the user mark a data parameter as a ParameterJuMP-parameter? The parameter provision functions, i.e. get(::Element, ...) or get(::Data, ...), could maybe check whether something should be a parameter?
ParameterJuMP allows defining variables as parameters and then compute dual values for them. Ie if one sets the capacity of a not-extendable generator or line as a parameter one can request the
dual
of the max generation constraint by querying thedual
of thep_nom
parameter.The text was updated successfully, but these errors were encountered: