Difference between revisions of "Error Messages/40563"

 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
= Error Message Examples  =
+
[[Category: Error messages]]
  
  When Item: "settingnames" is specified to SolverInfo, either the second parameter, lp, or
+
== Error message examples ==
the third parameter, engine, must be provided.
 
  
= Cause =
+
<pre style="background:white; border:white; margin-left: 1em; font-style:italic">
 +
  When Item: "settingnames" is specified to SolverInfo, either the second parameter, «lp», or
 +
the third parameter, «engine», must be provided.
 +
</pre>
  
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]].
+
== Cause  ==
  
= Remedies  =
+
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 on the following links 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]].
  
Call the function [[SolverInfo]] by specifying either the lp parameter or the engine parameter.
+
== Remedies  ==
  
SolverInfo( item: 'settingnames', engine: 'LP/Quadratic') would correct the above issue.
+
Call the function [[SolverInfo]] by specifying either the «lp» parameter or the «engine» parameter.
  
<br> <comments />
+
:<code>SolverInfo(item: 'settingnames', engine: 'LP/Quadratic')</code> would correct the above issue.
 +
 
 +
==See Also==
 +
* [[Function calls and parameters]]
 +
* [[SolverInfo]]
 +
* [[OptEngineInfo]]

Latest revision as of 21:20, 29 March 2016


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 on the following links 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.

See Also

Comments


You are not allowed to post comments.