Learn R Programming

sybil (version 1.1.2)

scaleProb-methods: Scaling of the Constraint Matrix of an Optimization Problem

Description

Scaling of the constraint matrix of an optimization problem.

Usage

## S3 method for class 'optObj_clpAPI':
scaleProb(lp, opt)

## S3 method for class 'optObj_cplexAPI': scaleProb(lp, opt)

## S3 method for class 'optObj_glpkAPI': scaleProb(lp, opt)

## S3 method for class 'optObj_lpSolveAPI': scaleProb(lp, opt)

Arguments

lp
An object extending class optObj.
opt
Scaling option depending on the used solver software.

encoding

utf8

See Also

Superclass optObj and constructor function optObj.