rbmatlab  1.16.09
 All Classes Namespaces Files Functions Variables Modules Pages
Functions
scm_lower_bound.m File Reference

[constant_LB, constant_UB] = scm_lower_bound(model, reduced_data) More...

Go to the source code of this file.

Functions

function [
constant_LB ,
constant_UB ] = 
scm_lower_bound (model, reduced_data)
 [constant_LB, constant_UB] = scm_lower_bound(model, reduced_data) More...
 

Detailed Description

[constant_LB, constant_UB] = scm_lower_bound(model, reduced_data)

Definition in file scm_lower_bound.m.

Function Documentation

function [ constant_LB , constant_UB ] = scm_lower_bound (   model,
  reduced_data 
)

[constant_LB, constant_UB] = scm_lower_bound(model, reduced_data)

function which prepares the inputarguments for the online-phase of the SCM using the scm_offline_data via reduced_data.scm_offline_data. Then the function performs the online-phase of the scm for the current para- meter set in model. Output is the lower and optionally also the upper bound.

Parameters
modelmodel
reduced_datareduced data
Return values
constant_LBconstant LB
constant_UBconstant UB
Required fields of reduced_data:
  • scm_offline_data —  scm offline data
Required fields of model:
  • decomp_mode —  flag indicating the operation mode of the function:
    • 0 (complete) : no affine parameter dependence or decomposition is performed.
    • 1 (components) : for each output argument a cell array of output matrices is returned representing the \(q\)-th component independent of the parameters given in mu_names.
    • 2 (coefficients) : returns a vector where each coordinate represents the \(q\)-the coefficient \(\sigma_{\cdot}^{q}(\mu)\) dependent on the parameters given in mu_names.
  • rb_problem_type —  rb problem type
  • operators_ptr —  operators ptr
  • operators —  operators

Definition at line 17 of file scm_lower_bound.m.

Here is the call graph for this function:

Here is the caller graph for this function: