Difference between revisions of "Error Messages/9340"
AManandhar (talk | contribs) |
|||
Line 5: | Line 5: | ||
= Cause = | = Cause = | ||
− | + | [[LpWrite]] cannot be used with «QP» objects defined using [[QpDefine]] or «Nlp» objects defined using [[NlpDefine]]. It can only be used on linear programs defined using [[LpDefine]]. A likely cause of this error is trying to call [[LpWrite]] on a QP or NLP. | |
− | + | It is also possible that [[LpWrite]] was unable to write to the indicated file location. If you are sure you are passing an LP, then check the filename and ensure that the destination location is valid, and that you have permissions to write to that location. | |
− | |||
<br> | <br> | ||
<comments /> | <comments /> |
Revision as of 22:25, 28 January 2010
Solver Error
Problem could not be saved.
Cause
LpWrite cannot be used with «QP» objects defined using QpDefine or «Nlp» objects defined using NlpDefine. It can only be used on linear programs defined using LpDefine. A likely cause of this error is trying to call LpWrite on a QP or NLP.
It is also possible that LpWrite was unable to write to the indicated file location. If you are sure you are passing an LP, then check the filename and ensure that the destination location is valid, and that you have permissions to write to that location.
Comments
<comments />
Enable comment auto-refresher