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'.
Comments
<comments />
Enable comment auto-refresher