Difference between revisions of "Error Messages/40303"

m
 
Line 1: Line 1:
= Error Message Examples  =
+
[[Category: Error messages]]
 +
== Error Message Examples  ==
  
LpWrite cannot be used to write out non-linear optimization definition. It can only be used
+
:<code>''LpWrite cannot be used to write out non-linear optimization definition.''</code>
on optimization problems defined using LpDefine.
+
:<code>''It can only be used on optimization problems defined using LpDefine.''</code>
  
= Cause  =
+
== Cause  ==
  
You passed in an <<NLP>> object, defined using [[NlpDefine]], as the first parameter to LpWrite instead of the expected <<LP>> object, defined using [[LpDefine]].
+
You passed in an <<NLP>> object, defined using [[NlpDefine]], as the first parameter to [[LpWrite]] instead of the expected <<LP>> object, defined using [[LpDefine]].
  
= Remedies  =
+
== Remedies  ==
  
You can use the TraceFile parameter to [[NlpDefine]] to create a dump of the trace instead of using LpWrite.
+
You can use the «TraceFile» parameter to [[NlpDefine]] to create a dump of the trace instead of using [[LpWrite]].
  
<br> <comments />
+
==See Also==
 +
* [[NlpDefine]]
 +
* [[LpDefine]]
 +
* [[LpWrite]]
 +
* [[DefineOptimization]]
 +
* [[OptWrite]]

Latest revision as of 20:30, 11 February 2016

Error Message Examples

LpWrite cannot be used to write out non-linear optimization definition.
It can only be used on optimization problems defined using LpDefine.

Cause

You passed in an <<NLP>> object, defined using NlpDefine, as the first parameter to LpWrite instead of the expected <<LP>> object, defined using LpDefine.

Remedies

You can use the «TraceFile» parameter to NlpDefine to create a dump of the trace instead of using LpWrite.

See Also

Comments


You are not allowed to post comments.