Difference between revisions of "Optimization Status Functions"

Line 4: Line 4:
  
 
__TOC__
 
__TOC__
Optimization status functions can reveal important details such as the selected engine matrix coefficients, and other information that may be helpful with troubleshooting. These functions are:
+
 
* [http://wiki.analytica.com/index.php?title=OptStatusNum OptStatusNum](Opt) / [http://wiki.analytica.com/index.php?title=OptStatusText OptStatusText](Opt)
+
Optimization status functions can reveal important details such as the selected engine matrix coefficients, and other information that may be helpful with troubleshooting.  
* [http://wiki.analytica.com/index.php?title=OptInfo OptInfo](Opt, "Item", Decision, Constraint, asRef)
+
 
* [http://wiki.analytica.com/index.php?title=OptEngineInfo OptEngineInfo]("Engine", "Item", asRef)
+
==OptStatusNum(Opt) / OptStatusText(Opt)==
* [http://wiki.analytica.com/index.php?title=OptShadow OptShadow](Opt, Constraint, PassNonFeasible)
+
Returns the status number as an integer and corresponding text message, respectively,
* [http://wiki.analytica.com/index.php?title=OptReducedCost OptReducedCost](Opt, Decision, PassNonFeasible)
+
of the optimization problem «Opt». It is wise to examine the status before evaluating [[Opt
* [http://wiki.analytica.com/index.php?title=OptObjectiveSa OptObjectiveSa(]Opt, Decision)
+
Solution]]() to avoid an error message. Possible results are shown in the table below.
* [http://wiki.analytica.com/index.php?title=OptRhsSa OptRhsSa](Opt, Constraint)
+
 
* [http://wiki.analytica.com/index.php?title=OptSlack OptSlack](Opt, Constraint, PassNonFeasible)
+
{| class=""wikitable"
* [http://wiki.analytica.com/index.php?title=OptFindIIS OptFindIIS](Opt, newLp)
+
 
* [http://wiki.analytica.com/index.php?title=OptWriteIIS OptWriteIIS](Opt, filename, format)
+
|}
* [http://wiki.analytica.com/index.php?title=OptRead OptRead](Opt, DecisionVector, ConstraintVector, format)
+
 
* [http://wiki.analytica.com/index.php?title=OptWrite OptWrite](Opt, filename, format)<br />
 
  
  
 
==See Also==
 
==See Also==
 +
* [[OptStatusNum]]()
 +
* [[OptStatusText]]()
 +
* [[OptInfo]]()
 +
* [[OptEngineInfo]]()
 +
* [[OptShadow]]()
 +
* [[OptReducedCost]()
 +
* [[OptObjectiveSa]]()
 +
* [[OptRhsSa]]()
 +
* [[OptSlack]]()
 +
* [[OptFindIIS]]()
 +
* [[OptWriteIIS]]()
 +
* [[OptRead]]()
 +
* [[OptWrite]()
 
* [[:Category: Optimization Functions]]
 
* [[:Category: Optimization Functions]]
 
<footer> Primary Optimization Functions/ {{PAGENAME}} / Control Settings</footer>
 
<footer> Primary Optimization Functions/ {{PAGENAME}} / Control Settings</footer>

Revision as of 22:16, 30 December 2015


Optimization status functions can reveal important details such as the selected engine matrix coefficients, and other information that may be helpful with troubleshooting.

OptStatusNum(Opt) / OptStatusText(Opt)

Returns the status number as an integer and corresponding text message, respectively, of the optimization problem «Opt». It is wise to examine the status before evaluating [[Opt Solution]]() to avoid an error message. Possible results are shown in the table below.


See Also

Comments


You are not allowed to post comments.