getRhs: Method for retrieving rhs-constraints

Description Usage Arguments Value Author(s)

Description

Additional arguments to the getRhs-method pertinent to the defined S4-classes in this package are detailed below.

Usage

1
2
3
4
5
6
## S4 method for signature 'CLPD'
getRhs(object)  
## S4 method for signature 'CLPS'
getRhs(object)
## S4 method for signature 'CDEPD'
getRhs(object) 

Arguments

object

CLPD, CLPS or CDEPD: ordinarily returned by calls to either LPD() or solveLPD() or DEP(), respectively.

Value

vector: Values of rhs-constraints.

Author(s)

Bernhard Pfaff


TSSP documentation built on May 2, 2019, 4:56 p.m.

Related to getRhs in TSSP...