Difference between revisions of "Error Messages/40326"

 
Line 1: Line 1:
= Error Message Examples =
+
[[Category: Error messages]]
  
 +
== Error message examples ==
 +
<pre style="background:white; border:white; margin-left: 1em; font-style:italic">
 
  The value, X5, given in the second parameter to LpRhsSa was not found in the index Constraints.
 
  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.
 
  The value should identify a linear program constraint.
 +
</pre>
  
= 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.  
+
[[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>
 
<br><br>
Your second parameter contained a value that is not part of the '''Constraint''' index.
+
Your second parameter contained a value that is not part of the <code>Constraint</code> index.
  
= Remedies =
+
== Remedies ==
  
Correct the second parameter to be a subset of the '''Constraint''' index.
+
Correct the second parameter to be a subset of the <code>Constraint</code> index.
  
<br><comments/>
+
==See Also==
 +
* [[LpRhsSa]]
 +
* [[DefineOptimization]]
 +
* [[Introduction to Optimizer]]

Latest revision as of 19:40, 14 March 2016


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.

See Also

Comments


You are not allowed to post comments.