Difference between revisions of "Error Messages/40303"
AManandhar (talk | contribs) m (Created page with '= 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. = Cau…') |
AManandhar (talk | contribs) m (→Cause) |
||
Line 6: | Line 6: | ||
= 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 = |
Revision as of 20:49, 22 January 2010
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.
Comments
<comments />
Enable comment auto-refresher