Error Messages/40563
< Error Messages
Revision as of 02:16, 23 January 2010 by AManandhar (talk | contribs) (Created page with '= Error Message Examples = When Item: "settingnames" is specified to SolverInfo, either the second parameter, lp, or the third parameter, engine, must be provided. = Cause …')
Error Message Examples
When Item: "settingnames" is specified to SolverInfo, either the second parameter, lp, or the third parameter, engine, must be provided.
Cause
You need to pass the second parameter, lp, or the third parameter, engine, when calling SolverInfo with the specified parameter for the Item parameter.
Remedies
Call the function SolverInfo by specifying either the lp parameter or the engine parameter.
SolverInfo( item: 'settingnames', engine: 'LP/Quadratic') would correct the above issue.
Comments
<comments />
Enable comment auto-refresher