Difference between revisions of "Error Messages/40297"

(Created page with '= Error Message Examples = Sense option must be '<=', '>=', '=', or 'range'. = Cause = The Optional parameter, '''Sense''' passed to the optimizing functions (LpDefine,…')
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
= Error Message Examples  =
+
[[Category: Error messages]]
  
  Sense option must be '<=', '>=', '=', or 'range'.
+
== Error message examples ==
  
= Cause  =
+
:<code>''Sense option must be '<=', '>=', or '='.''</code>
  
The Optional parameter, '''Sense''' passed to the optimizing functions ([[LpDefine]], [[QpDefine]] or [[NlpDefine]]) must be either '<=', '>=', '=' or 'range.'
+
== Cause  ==
 +
 
 +
The Optional parameter, «Sense» passed to the optimizing functions ([[LpDefine]], [[QpDefine]] or [[NlpDefine]]) must be either '<=', '>=', or '='.
  
 
Click on the following links on documentation on parameters to [[Nlpdefine#Parameters|NlpDefine]] and [[Lpdefine#Full_set_of_Parameters|LpDefine]].
 
Click on the following links on documentation on parameters to [[Nlpdefine#Parameters|NlpDefine]] and [[Lpdefine#Full_set_of_Parameters|LpDefine]].
  
= Remedies  =
+
== Remedies  ==
 +
 
 +
Correct the «Sense» parameter passed to the function to be '<=', '>=', or '='.
  
Correct the '''Sense''' parameter passed to the function to be '<=', '>=', '=' or 'range'.
+
''Note'': This message may mention 'range' as an option.  If so, ignore it, it isn't implemented.
  
<br><comments />
+
==See Also==
 +
* [[Function calls and parameters]]
 +
* [[LpDefine]]
 +
* [[QpDefine]]
 +
* [[NlpDefine]]
 +
* [[DefineOptimization]]

Latest revision as of 23:46, 24 March 2016


Error message examples

Sense option must be '<=', '>=', or '='.

Cause

The Optional parameter, «Sense» passed to the optimizing functions (LpDefine, QpDefine or NlpDefine) must be either '<=', '>=', or '='.

Click on the following links on documentation on parameters to NlpDefine and LpDefine.

Remedies

Correct the «Sense» parameter passed to the function to be '<=', '>=', or '='.

Note: This message may mention 'range' as an option. If so, ignore it, it isn't implemented.

See Also

Comments


You are not allowed to post comments.