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

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

Description

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

Usage

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

Arguments

object

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

Details

Lower-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 greater-or-equal and equality constraints (if applicable).

Author(s)

Bernhard Pfaff

See Also

gt2lt, iq2eq

Examples

1
2

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

Related to lt2gt in TSSP...