Primal2Dual: Method for converting a primal LP to its dual representation

Description Usage Arguments Details Value Author(s)

Description

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

Usage

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

Arguments

object

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

Details

Unequality constraints in the primal LP are converted to equality constraints, first and a warning is issued if this should be the case. The variables bounds of the primal have to be non-negtaive. The dual has as objective coefficients the rhs-vector of the primal and the optimization direction is reversed. The constraints consist of the transposed A matrix, the primal objective coefficients become the rhs values of the dual and the relational operators are “>=” in case of minimization and “<=” in case of maximization. The variable bounds of the dual form are from -Inf to Inf.

Value

CLPD: Returns the dual form of a LP.

Author(s)

Bernhard Pfaff


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

Related to Primal2Dual in TSSP...