OptObjectiveSa

Revision as of 22:25, 22 January 2016 by Bbecane (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


OptObjectiveSa(opt, decision)

Computes the range over which an objective function coefficient can vary in a linear program without changing the optimal solution. «opt» must be an LP resulting from a previous call to DefineOptimization.

This is apparently only available in a continuous linear program. It cannot be used on an integer or mixed-integer LP.

The optional «decision» parameter specifies a decision variable passed to the «decisions» parameter of DefineOptimization. When specified, returns the sensitivity for the cells in that decision, using the same indexes as the decision variable.

See Also

Comments


You are not allowed to post comments.