Error Messages/41311

< Error Messages
Revision as of 23:56, 12 February 2010 by Lchrisman (talk | contribs) (Created page with '= Example Messages = The reduced cost cannot be computed: Optimizing an unbounded objective function. = Cause = The linear program has no solution. So when you request the r…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Example Messages

The reduced cost cannot be computed: Optimizing an unbounded objective function.

Cause

The linear program has no solution. So when you request the reduced cost using OptReducedCost, also known as the dual values of the variables, it cannot be computed.

The reason for not being able to compute a solution can vary. The message displays the same status you'll get by calling OptStatusText, which usually reveals the nature of the problem.

Comments


You are not allowed to post comments.