LpRhsSa
Deprecated as of Analytica 4.3. Renamed to OptRhsSa.
LpRhsSa(lp, constraint)
Computes the range over which a right-hand-side constraint coefficient can vary in a linear or quadratic optimization program without change the dual value (aka shadow price) of the optimal solution. See LpShadow for more information on what the dual value is.
«lp» is an LP or QP returned from a previous call to LpDefine or QpDefine. This function cannot be applied to an NLP.
«constraint» identifies which constraint coefficient you want the sensitivity for. You may provide your problem's constraint index for this parameter to get the sensitivities for all RHS coefficients.
See Also
Comments
Enable comment auto-refresher