Description Usage Arguments Value Methods Author(s) See Also
Retrieve current parameter settings used by the optimization software.
1 2 3 4 5 6 7 8 9 10 11 | ## S4 method for signature 'optObj_clpAPI'
getSolverParm(lp)
## S4 method for signature 'optObj_cplexAPI'
getSolverParm(lp)
## S4 method for signature 'optObj_glpkAPI'
getSolverParm(lp)
## S4 method for signature 'optObj_lpSolveAPI'
getSolverParm(lp)
|
lp |
An object extending class |
Returns a list containing the current parameter settings or zero/non-zero.
signature(lp = "optObj_clpAPI")
method to use with package optObj_clpAPI. This method calls
functions clpAPI::getHitMaximumIterationsCLP
,
clpAPI::getMaximumIterationsCLP
and clpAPI::getMaximumSecondsCLP
and returns a list containing hitMaximumIterations
,
maximumIterations
and maximumSeconds
respectively.
hitMaximumIterations
should be TRUE, if maximum number of
iteration (or time) bound was hit.
signature(lp = "optObj_cplexAPI")
method to use with package optObj_cplexAPI. This method writes
the current parameter settings to the file "cplex_parameters.prm"
.
The method returns zero if successfull, otherwise non-zero.
signature(lp = "optObj_glpkAPI")
method to use with package optObj_glpkAPI.
signature(lp = "optObj_lpSolveAPI")
method to use with package optObj_lpSolveAPI.
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.