Learn R Programming

sybil (version 1.1.2)

sensitivityAnalysis-methods: Sensitivity Analysis

Description

Perform sensitivity analysis.

Usage

## S3 method for class 'optObj_cplexAPI':
sensitivityAnalysis(lp, ...)

## S3 method for class 'optObj_glpkAPI': sensitivityAnalysis(lp, ...)

Arguments

lp
An object extending class optObj.
...
Further arguments passed to the initialization function of the solver package.

Value

  • The glpkAPI method generates a file "sar.txt" and the cplexAPI method returns a list.

encoding

utf8

See Also

Superclass optObj and constructor function optObj.