gt2lt: Method for converting greater-or-equal to lower-or-equal...

Description Usage Arguments Details Value Author(s) See Also Examples

Description

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

Usage

1
2
## S4 method for signature 'CLPD'
gt2lt(object)  

Arguments

object

CLPD: an object of class "CLPD", ordinarily returned by a call to LPD().

Details

Greater-or-equal constraints are converted by multipliying the relevant row(s)/element(s) of the A matrix/rhs vector by -1 and reverting the corresponding relational operators.

Value

CLPD: Returns the definition of a LP with lower-or-equal and equality constraints (if applicable).

Author(s)

Bernhard Pfaff

See Also

lt2gt, iq2eq

Examples

1
2

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

Related to gt2lt in TSSP...