Error Messages/40330
< Error Messages
Revision as of 18:14, 27 January 2010 by 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…')
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 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.
Comments
<comments />
Enable comment auto-refresher