Difference between revisions of "Error Messages/40297"
AManandhar (talk | contribs) (Created page with '= Error Message Examples = Sense option must be '<=', '>=', '=', or 'range'. = Cause = The Optional parameter, '''Sense''' passed to the optimizing functions (LpDefine,…') |
|||
Line 1: | Line 1: | ||
= Error Message Examples = | = Error Message Examples = | ||
− | Sense option must be '<=', '>=', '= | + | Sense option must be '<=', '>=', or '='. |
= Cause = | = Cause = | ||
− | The Optional parameter, '''Sense''' passed to the optimizing functions ([[LpDefine]], [[QpDefine]] or [[NlpDefine]]) must be either '<=', '>=', '=' | + | 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]]. | ||
Line 11: | Line 11: | ||
= Remedies = | = Remedies = | ||
− | Correct the '''Sense''' parameter passed to the function to be '<=', '>=', '=' | + | 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. | ||
<br><comments /> | <br><comments /> |
Revision as of 18:31, 12 February 2010
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.
Comments
<comments />
Enable comment auto-refresher