Error Messages/40698

< Error Messages
Revision as of 19:59, 28 January 2010 by Lchrisman (talk | contribs) (Created page with '= Error Message = :The reduced cost (dual value) is not available in a non-linear optimization problem. Use LpReducedCost on linear programs. = Cause = You've passed the …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Error Message

The reduced cost (dual value) is not available in a non-linear optimization problem. Use LpReducedCost on linear programs.

Cause

You've passed the function LpReducedCost an optimization problem that was defined with something other than LpDefine -- perhaps QpDefine or NlpDefine. The function LpReducedCost can only be applied to linear programs (LPs).

See Also

Comments


You are not allowed to post comments.