Learn R Programming

sybil (version 1.1.2)

setRhsZero-methods: Set Right Hand Side of the Optimization Problem To Zero

Description

Set right hand side of the optimization problem to zero: $\mbox{\boldmath$Sv$\unboldmath} = 0$.

Usage

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

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

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

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

Arguments

lp
An object extending class optObj.

encoding

utf8

See Also

Superclass optObj and constructor function optObj.