Learn R Programming

sybil (version 1.1.2)

getSolverParm-methods: Retrieve Current Parameter Settings Used By The Optimization Software

Description

Retrieve current parameter settings used by the optimization software.

Usage

## S3 method for class 'optObj_clpAPI':
getSolverParm(lp)

## S3 method for class 'optObj_cplexAPI': getSolverParm(lp)

## S3 method for class 'optObj_glpkAPI': getSolverParm(lp)

## S3 method for class 'optObj_lpSolveAPI': getSolverParm(lp)

Arguments

lp
An object extending class optObj.

Value

  • Returns a list containing the current parameter settings or zero/non-zero.

encoding

utf8

See Also

Superclass optObj and constructor function optObj.