CDEPS-class: Class '"CDEPS"'

Description Objects from the Class Slots Methods Author(s) See Also Examples

Description

Class for the solution of a deterministic equivalent problem

Objects from the Class

Objects can be created by calls of the form new("CDEPS", ...), or more conveniently by the method solveDEP().

Slots

DEP:

"CLPD": The definition of the DEP.

opt:

"numeric": The value of the objective function.

par:

"vector": The optimal parameters.

SubLPOpt:

"vector": The optimal objective values of the sub-problems.

status:

"integer": The status of the solver. A zero indicates convergence and a non-zero value non-convergence.

Methods

dropCutsMP

Dropping feasability and optimality cuts from master problem.

EVPI

Calculating the expected value of perfect information.

getDecVar

Retrieving the decision variables in the objective.

getDep

Retrieving the DEP after potential cuts have been to its master problem.

getOpt

Retrieving the optimal value of the objective.

getPar

Retrieving the optimal parameters of the objective.

getStatus

Retrieving the solver's status indicator.

getSubLP

Retrieving solutions of sub-problems.

show

Formatted representation of DEP solution.

solveExpVal

Solving a DEP for the expected value solution.

solvePerfInf

Solving a DEP under perfect information.

VSS

Value of stochastic solution.

Author(s)

Bernhard Pfaff

See Also

solveDEP

Examples

1
showClass("CDEPS")

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

Related to CDEPS-class in TSSP...