Difference between revisions of "Optimizer Functions"
Jhernandez3 (talk | contribs) m |
|||
Line 4: | Line 4: | ||
This chapter discusses optimization functions in Analytica versions 4.3 and above. | This chapter discusses optimization functions in Analytica versions 4.3 and above. | ||
− | == Using Named Parameters | + | == Sections == |
+ | * [[Using Named Parameters]] | ||
+ | * [[Primary Optimization Functions]] | ||
+ | * [[Primary Optimization Functions]] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | ----------- | ||
== Primary Optimization Functions == | == Primary Optimization Functions == | ||
Using just these three functions, you will be able to define any optimization and view results. | Using just these three functions, you will be able to define any optimization and view results. |
Revision as of 03:58, 30 December 2015
This chapter discusses optimization functions in Analytica versions 4.3 and above.
Sections
Primary Optimization Functions
Using just these three functions, you will be able to define any optimization and view results.
Optimization Status Functions
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)
For a complete listing and definition of Analytica optimization functions in versions 4.3 and above, please see Analytica Optimization Functions.
Comments
Enable comment auto-refresher