Difference between revisions of "Error Messages/40298"

(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:
= Error Message Examples  =
+
[[Category: Error messages]]
  
  CType option must be C, I or B.
+
== Error message examples ==
  
= Cause  =
+
:<code>''CType option must be C, I or B.''</code>
  
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.
+
== Cause  ==
  
= Remedies  =
+
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.
  
Correct the '''CType''' parameter passed to the function to be 'C', 'I' or 'B'.
+
Click on the following links on documentation on parameters to [[Nlpdefine#Parameters|NlpDefine]] and [[Lpdefine#Full_set_of_Parameters|LpDefine]].
  
<br><comments />
+
== 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


You are not allowed to post comments.