getBounds: Method for retrieving the variable bounds

Description Usage Arguments Value Author(s)

Description

Additional arguments to the getBounds-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'
getBounds(object, mat = FALSE)  
## S4 method for signature 'CLPS'
getBounds(object, mat = FALSE)  
## S4 method for signature 'CDEPD'
getBounds(object, mat = FALSE)  

Arguments

object

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

mat

logical: Whether the bounds should be returned as a list-object (the default) or as a matrix.

Value

list or matrix: Returns the lower and upper variable bounds of the LP.

Author(s)

Bernhard Pfaff


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

Related to getBounds in TSSP...