Retrieve current parameter settings used by the optimization software.
# S4 method for optObj_clpAPI
getSolverParm(lp)# S4 method for optObj_cplexAPI
getSolverParm(lp)
# S4 method for optObj_glpkAPI
getSolverParm(lp)
# S4 method for optObj_lpSolveAPI
getSolverParm(lp)
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 is currently
unused. It is not possible to provide parameters for package clpAPI.
Always FALSE will be returned.
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.
Superclass '>optObj and constructor function
optObj.