Error Messages/40589
< Error Messages
Revision as of 21:30, 20 January 2010 by AManandhar (talk | contribs) (Created page with '= 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…')
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 program with constraints, the lhs parameter needs to be provided to define the constraint. Go NlpDefine for more details about the NlpDefine function.
Remedies
This issue can be solved by either supplying the lhs parameter to NlpDefine or by removing contraints to NlpDefine.
Comments
<comments />
Enable comment auto-refresher