OptRhsSa


New to Analytica 4.3. Formerly called LpRhsSa.

OptRhsSa(prog,constraint)

Computes the range over which a right-hand-side constraint coefficient can vary in a linear or quadratic optimization program without a change in the dual value (aka shadow price) of the optimal solution. See OptShadow for more information on what the dual value is.

«Prog» is an LP or QP returned from a previous call to DefineOptimization. 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


You are not allowed to post comments.