getObj: Method for retrieving the coefficients in the objective...

Description Usage Arguments Value Author(s)

Description

Additional arguments to the getObj-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'
getObj(object)  
## S4 method for signature 'CLPS'
getObj(object)  
## S4 method for signature 'CDEPD'
getObj(object)  

Arguments

object

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

Value

vector: Returns the vector of the coefficients in the objective function.

Author(s)

Bernhard Pfaff


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

Related to getObj in TSSP...