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 […') |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | + | [[Category: Error messages]] | |
− | + | == Error message examples == | |
− | + | :<code>''CType option must be C, I or B.''</code> | |
− | + | == Cause == | |
− | + | The Optional parameter, «CType» passed to the optimizing functions ([[LpDefine]], [[QpDefine]] or [[NlpDefine]]) must be either <code>'C', 'I'</code> or <code>'B'</code> 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 == |
+ | |||
+ | Correct the «CType» parameter passed to the function to be <code>'C', 'I'</code> or <code>'B'</code>. | ||
+ | |||
+ | ==See Also== | ||
+ | * [[Function calls and parameters]] | ||
+ | * [[LpDefine]] | ||
+ | * [[QpDefine]] | ||
+ | * [[NlpDefine]] | ||
+ | * [[DefineOptimization]] |
Latest revision as of 23:51, 24 March 2016
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