Assembly: Algo;
The ICalcLinearOptimizationBlock interface is used to work with linear optimization block.
ICalcLinearOptimizationBlock
Cubes determined using the properties: ICalcLinearOptimizationBlock.StubOut, ICalcLinearOptimizationBlock.StubCoefficient, ICalcLinearOptimizationBlock.StubFixed, ICalcLinearOptimizationBlock.StubHighRestriction, ICalcLinearOptimizationBlock.StubLowRestriction, ICalcLinearOptimizationBlock.StubResult, ICalcLinearOptimizationBlock.StubValues, ICalcLinearOptimizationBlock.StubExpressionRestriction, should contain the same dimensions.
Property name | Brief description | |
Database | The Database property determines the database to be used by linear optimization block. | |
ExpressionDimension | The ExpressionDimension property determines a data source dimension to store expression values on complex constraints of controlling variables. | |
FunctionCriteria | The FunctionCriteria property determines a criterion function criterion. | |
Iterator | The Iterator property returns the linear optimization block multidimensional iterator. | |
SolverType | The SolverType property determines a calculation unit type to be used on linear optimization block calculation. | |
StubCoefficient | The StubCoefficient property determines a data source to create criterion function coefficients. | |
StubExpressionRestriction | The StubExpressionRestriction property determines the data source to store expression values on complex constraints of controlling variables. | |
StubFixed | The StubFixed property determines a data source for storing initial values of variables. | |
StubHighRestriction | The StubHighRestriction property determines a data source to store upper limit values on simple constraint of controlling variables. | |
StubLowRestriction | The StubLowRestriction property determines a data source to store lower limits values on simple constraint of controlling variables. | |
StubOut | The StubOut property determines a data consumer. | |
StubResult | The StubResult property determines a data source to store optimization problem calculation results. | |
StubValues | The StubValues property determines a data source to store initial values of controlling variables. | |
TargetFunction | The TargetFunction property returns the collection of criterion function dimension selections. | |
TargetTerm | The TargetTerm property returns the parameters of expression elements (terms) used in the criterion function. | |
UseInteger | The UseInteger property determines whether integer variables are used. |
Property name | Brief description | |
Descriptor | The Descriptor property returns the calculation algorithm object as an internal repository object. | |
Id | The Id property determines a calculation algorithm object identifier. | |
IsEdited | The IsEdited property returns whether calculation algorithm object is edited. | |
IsUseExtObject | The IsUseExtObject property determines whether repository objects located outside a container or a business application are used. | |
Key | The Key property returns the calculation algorithm object key. | |
Name | The Name property determines calculation algorithm object name. | |
Params | The Params property returns the collection of calculation algorithm object parameters. | |
PrxReport | The PrxReport property creates a regular report with data obtained after object calculation from data consumer. | |
SelControl | The SelControl property determines settings for managing data source dimension parameters. | |
Type | The Type property determines a calculation algorithm object type. |
Method name | Brief description | |
InitInterntalStub | The InitInterntalStub method creates an abstract data source according to data source type. | |
IsValidStub | The IsValidStub method returns whether data source corresponds with criterion function. | |
TargetTermInfo | The TargetTermInfo method returns the term parameters settings. |
Method name | Brief description | |
CopyTo | The CopyTo method copies settings of the current object to the object sent in the output parameter. | |
CreateCopy | The CreateCopy method creates a copy of calculation algorithm object. | |
Delete | The Delete method deletes calculation algorithm object. | |
FillSelSetFromParams | The FillSelSetFromParams method passes the dimensions selection used as a calculation algorithm parameter to the parameters panel. | |
FindParamUses | The FindParamUses method checks if the specified parameter is used in calculation algorithm object. | |
RefreshMetaModel | The RefreshMetaModel method refreshes metamodel. | |
SaveObject | The SaveObject method saves calculation algorithm object. |
See also: