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. | + | |
− | + | 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. | |
− | + | ||
− | + | {| class=""wikitable" | |
− | + | ||
− | + | |} | |
− | + | ||
− | |||
==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
- OptStatusNum()
- OptStatusText()
- OptInfo()
- OptEngineInfo()
- OptShadow()
- [[OptReducedCost]()
- OptObjectiveSa()
- OptRhsSa()
- OptSlack()
- OptFindIIS()
- OptWriteIIS()
- OptRead()
- [[OptWrite]()
- Category: Optimization Functions
Comments
Enable comment auto-refresher