Error Messages/40330
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.
Loading comments...
Comments
<comments />