Difference between revisions of "Error Messages/40330"
AManandhar (talk | contribs) (Created page with '= Error Message Examples = Initial value for X can only be indexed by VarsIndex for NLP optimization. = Cause = The '''X''' parameter, decision variable, passed to the [[NlpD…') |
|||
Line 1: | Line 1: | ||
− | + | [[Category: Error messages]] | |
− | + | == Error message examples == | |
− | + | :<code>''Initial value for «X» can only be indexed by «Vars» Index for NLP optimization.''</code> | |
− | The | + | == Cause == |
+ | |||
+ | The «X» parameter, decision variable, passed to the [[NlpDefine]] function should be indexed by the «Vars» index passed to the function, but was indexed by a different index. | ||
Please click on the following link to learn more about the [[Nlpdefine#Parameters|parameters to NlpDefine function]]. | Please click on the following link to learn more about the [[Nlpdefine#Parameters|parameters to NlpDefine function]]. | ||
− | = Remedies = | + | == Remedies == |
− | Correct the parameter to the [[NlpDefine]] function so that the | + | Correct the parameter to the [[NlpDefine]] function so that the «X» parameter to the function is indexed by the «Vars» parameter. |
− | + | ==See Also== | |
+ | * [[NlpDefine]] | ||
+ | * [[DefineOptimization]] | ||
+ | * [[Function calls and parameters]] | ||
+ | * [[Classes of variables and other objects]] | ||
+ | * [[Arrays and Indexes]] |
Latest revision as of 00:33, 25 March 2016
Error message examples
Initial value for «X» can only be indexed by «Vars» Index for NLP optimization.
Cause
The «X» parameter, decision variable, passed to the NlpDefine function should be indexed by the «Vars» index passed to the function, but was indexed by a different index.
Please click on the following link to learn more about the parameters to NlpDefine function.
Remedies
Correct the parameter to the NlpDefine function so that the «X» parameter to the function is indexed by the «Vars» parameter.
See Also
Comments
Enable comment auto-refresher