Error Messages/40326
< Error Messages
Revision as of 19:01, 27 January 2010 by AManandhar (talk | contribs) (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…')
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.
Comments
<comments />
Enable comment auto-refresher