Error Messages/40330

< Error Messages
Revision as of 00:33, 25 March 2016 by Bbecane (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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


You are not allowed to post comments.