Description Usage Arguments Value Methods Author(s) See Also
Perform sensitivity analysis.
1 2 3 4 5 | ## S4 method for signature 'optObj_cplexAPI'
sensitivityAnalysis(lp, ...)
## S4 method for signature 'optObj_glpkAPI'
sensitivityAnalysis(lp, ...)
|
lp |
An object extending class |
... |
Further arguments passed to the initialization function of the solver package. |
The glpkAPI method generates a file "sar.txt"
and the
cplexAPI method returns a list.
signature(lp = "optObj_cplexAPI")
method to use with package optObj_cplexAPI.
signature(lp = "optObj_glpkAPI")
method to use with package optObj_glpkAPI.
Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
Maintainer: Mayo Roettger <mayo.roettger@hhu.de>
Superclass optObj
and constructor function
optObj
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.