Difference between revisions of "Error Messages/40326"

(Created page with '= Error Message Examples = The value, X5, given in the second parameter to LpRhsSa was not found in the index Constraints. The value should identify a linear program constrain…')
 
Line 6: Line 6:
 
= Cause =
 
= Cause =
  
LpRhsSa function returns the sensitivity ranges for all the '''Rhs''' parameter values indexed by the '''Constraint''' parameter when the optional second parameter is not passed. The second parameter can be specified as a subset of the '''Constraint''' parameter to get back the sensitivities for a subset of the '''Rhs''' values. Your second parameter contained a value that is not part of the '''Constraint''' index.
+
LpRhsSa function returns the sensitivity ranges for all the '''Rhs''' parameter values indexed by the '''Constraint''' parameter when the optional second parameter is not passed. The second parameter can be specified as a subset of the '''Constraint''' parameter to get back the sensitivities for a subset of the '''Rhs''' values.  
 +
<br><br>
 +
Your second parameter contained a value that is not part of the '''Constraint''' index.
  
 
= Remedies =
 
= Remedies =

Revision as of 19:03, 27 January 2010

Error Message Examples

The value, X5, given in the second parameter to LpRhsSa was not found in the index Constraints.
The value should identify a linear program constraint.

Cause

LpRhsSa function returns the sensitivity ranges for all the Rhs parameter values indexed by the Constraint parameter when the optional second parameter is not passed. The second parameter can be specified as a subset of the Constraint parameter to get back the sensitivities for a subset of the Rhs values.

Your second parameter contained a value that is not part of the Constraint index.

Remedies

Correct the second parameter to be a subset of the Constraint index.



You are not allowed to post comments.

Comments
<comments />