Difference between revisions of "Error Messages/40563"
AManandhar (talk | contribs) m (→Cause) |
AManandhar (talk | contribs) m (→Cause) |
||
Line 6: | Line 6: | ||
= Cause = | = 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. Click here for documentation on parameters to SolverInfo to [[Solverinfo#Obtaining_Information_about_a_Problem_Instance|obtain information about problem instances] or to [[Solverinfo#Obtaining_Information_about_a_Solver_Engine|obtain information about a solver engine]]. | + | You need to pass the second parameter, lp, or the third parameter, engine, when calling [[SolverInfo]] with the specified parameter for the '''Item''' parameter. Click here for documentation on parameters to SolverInfo to [[Solverinfo#Obtaining_Information_about_a_Problem_Instance|obtain information about problem instances]] or to [[Solverinfo#Obtaining_Information_about_a_Solver_Engine|obtain information about a solver engine]]. |
= Remedies = | = Remedies = |
Revision as of 02:20, 23 January 2010
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. Click here for documentation on parameters to SolverInfo to obtain information about problem instances or to obtain information about a solver engine.
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