Difference between revisions of "Error Messages/40298"
AManandhar (talk | contribs) (Created page with '= Error Message Examples = CType option must be C, I or B. = Cause = The Optional parameter, '''CType''' passed to the optimizing functions (LpDefine, QpDefine or […') |
AManandhar (talk | contribs) m (→Cause) |
||
Line 6: | Line 6: | ||
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. | 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#Parameters|NlpDefine]] and [[Lpdefine#Full_set_of_Parameters|LpDefine]]. | ||
= Remedies = | = Remedies = |
Revision as of 23:50, 27 January 2010
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