Difference between revisions of "Optimization Status Functions"
(Created page with "<breadcrumbs> Analytica Optimizer Guide > Optimizer Function Reference > {{PAGENAME}}</breadcrumbs> __TOC__ Optimization status functions can reveal important details such a...") |
|||
Line 1: | Line 1: | ||
+ | [[Category: Analytica Optimizer Guide]] | ||
+ | [[Category: Analytica Optimization Functions]] | ||
<breadcrumbs> Analytica Optimizer Guide > Optimizer Function Reference > {{PAGENAME}}</breadcrumbs> | <breadcrumbs> Analytica Optimizer Guide > Optimizer Function Reference > {{PAGENAME}}</breadcrumbs> | ||
Revision as of 04:21, 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. These functions are:
- OptStatusNum(Opt) / OptStatusText(Opt)
- OptInfo(Opt, "Item", Decision, Constraint, asRef)
- OptEngineInfo("Engine", "Item", asRef)
- OptShadow(Opt, Constraint, PassNonFeasible)
- OptReducedCost(Opt, Decision, PassNonFeasible)
- OptObjectiveSa(Opt, Decision)
- OptRhsSa(Opt, Constraint)
- OptSlack(Opt, Constraint, PassNonFeasible)
- OptFindIIS(Opt, newLp)
- OptWriteIIS(Opt, filename, format)
- OptRead(Opt, DecisionVector, ConstraintVector, format)
- OptWrite(Opt, filename, format)
See Also
Comments
Enable comment auto-refresher