createSubLP: Method for creating sub-problems

Description Usage Arguments Value Author(s)

Description

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

Usage

1
2
## S4 method for signature 'CDEPD'
createSubLP(object, x, Rhs = NULL)  

Arguments

object

CDEPD: ordinarily returned by a call to DEP()

x

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

Rhs

NULL or matrix: By default the rhs-constraints are computed for a given value of \mathbf{x} by invoking createRhsSubLP(). Otherwise, a suitable matrix object.

Value

list: Returns a list-object with "CLPD" elements representing the sub-problems for a given value of \mathbf{x}.

Author(s)

Bernhard Pfaff


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

Related to createSubLP in TSSP...