ICalcLinearOptimizationBlock.StubResult

Syntax

StubResult: IStubSelection;

Description

The StubResult property determines a data source for storing optimization problem calculation results.

Comments

To determine a data consumer, to which optimization problem calculation results will be written, use the ICalcLinearOptimizationBlock.StubOut property.

Controlling variable values can be saved during optimization problem calculation to a cube with the CUBE_RESULTS identifier that is created automatically during criterion function setup. If the StubResult property is used, one can replace the cube in use with a different one. To view the cube, click the Open Express Report button in the Criterion Function Appearance dialog box.

Example

The property use is given in the example for ICalcLinearOptimizationBlock.Database.

See also:

ICalcLinearOptimizationBlock