createRhsSubLP: Method for evaluating rhs-constraints of sub-problems

Description Usage Arguments Value Author(s)

Description

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

Usage

1
2
## S4 method for signature 'CDEPD'
createRhsSubLP(object, x)  

Arguments

object

CDEPD: ordinarily returned by a call to DEP()

x

vector: The values for the decision variables of the master problem

Value

matrix: Returns the rhs-constraints of the sub-problems (per row of a scenario), i.e. \mathbf{h_k} - T_k \mathbf{x} for k = 1, …, K.

Author(s)

Bernhard Pfaff


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

Related to createRhsSubLP in TSSP...