getA: Method for retrieving constraint matrix 'A'

Description Usage Arguments Value Author(s)

Description

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

Arguments

object

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

Value

matrix: Returns the constraint matrix A of the formulated LP.

Author(s)

Bernhard Pfaff


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

Related to getA in TSSP...