Error Messages/40590
Error Message Examples
No objective function (or a constant objective) and no constraints were specified to NlpDefine.
Cause
As the error states, no objective function or constraints were passed to the function NlpDefine, so the non linear program is not defined.
Remedies
Pass either an objective function or a constraint or both to define a non linear optimization program.
Comments
<comments />
Enable comment auto-refresher