ICalcLinearOptimizationBlock

Assembly: Algo;

Description

The ICalcLinearOptimizationBlock interface is used to work with linear optimization block.

Inheritance Hierarchy

          ICalcObject

          ICalcLinearOptimizationBlock

Properties

  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 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.
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 criterion function data source dimensions.
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.

Properties inherited from ICalcObject

  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.
IsNeedConvert The IsNeedConvert property returns whether internal metamodels are transformed into the entities that are not repository objects, and vice versa.
Key The Key property returns the calculation algorithm object key.
MetaModel The MetaModel property returns the metamodel used in calculation algorithm object.
MetaModelDescriptor The MetaModelDescriptor property returns metamodel parameters.
Name The Name property determines calculation algorithm object name.
Params The Params property returns the metamodel parameters collection.
SelControl The SelControl property returns settings for controlling dimension opening parameters.
Type The Type property determines a calculation algorithm object type.

Methods

  Method name Brief description
Destination The Destination method returns the cube built according to data consumer.
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.

Methods inherited from ICalcObject

  Method name Brief description
Convert The Convert method transforms internal metamodels into the entities that are not repository objects, and vice versa.
CopyTo The CopyTo method copies calculation algorithm to the clipboard.
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.

RefreshMetaModel The RefreshMetaModel method refreshes metamodel.
Save The Save method saves calculation algorithm object.
ToJson The ToJson method returns the calculation algorithm object in the JSON format.

See also:

Algo Assembly Interfaces