Error Messages/40589
Error Message Examples
The lhs parameter is not specified to NlpDefine. It can only be omitted when the constraint index has length zero.
Cause
When using NlpDefine, to define non linear programs with constraints, the «lhs» parameter needs to be provided to define the constraint. If your non linear optimization problem has no constraint you don't need to pass in the «constraint» parameter.
Remedies
This issue can be solved by either supplying the «lhs» parameter to NlpDefine or by removing contraints to NlpDefine.
See Also
Comments
Enable comment auto-refresher