getMax: Method for retrieving the direction of optimization

Description Usage Arguments Value Author(s)

Description

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

Arguments

object

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

Value

logical: Whether objective shall be minimized or maximized.

Author(s)

Bernhard Pfaff


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

Related to getMax in TSSP...