addTheta: Method for adding 'theta' coefficient to objective

Description Usage Arguments Details Value Author(s)

Description

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

Usage

1
2
3
4
## S4 method for signature 'CLPD'
addTheta(object)  
## S4 method for signature 'CDEPD'
addTheta(object)  

Arguments

object

CLPD or CDEPD: an object of class "CLPD" or "CDEPD", ordinarily returned by a call to either LPD() or DEP(), respectively.

Details

This method adds the theta coefficient to the objective function of the master linear problem (MLP). The constraints of the MLP Ax = b are adjusted accordingly. The θ coefficient represents the value function (aka recourse function) of the sub-problems (second stage).

Value

"CLPD" or "CDEPD": The LP definition with the newly included θ coefficient (updated slot MP in case of an "CDEPD"-object).

Author(s)

Bernhard Pfaff


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

Related to addTheta in TSSP...