Error Messages/40298
Error message examples
CType option must be C, I or B.
Cause
The Optional parameter, «CType» passed to the optimizing functions (LpDefine, QpDefine or NlpDefine) must be either 'C', 'I'
or 'B'
for continuous, integer or binary respectively.
Click on the following links on documentation on parameters to NlpDefine and LpDefine.
Remedies
Correct the «CType» parameter passed to the function to be 'C', 'I'
or 'B'
.
See Also
Comments
Enable comment auto-refresher