ITargetControlVariable

Assembly: Cp;

Namespace: Prognoz.Platform.Interop.Cp;

Description

The ITargetControlVariable interface is used to work with controlling variable.

Inheritance hierarchy

          ITargetControlVariable

Comments

Controlling variables are variables, which values can change at the search of decision until the constraints are performed, which are put on the controlling variables and the criterion function, and until the condition of criterion function optimization is met.

To work with controlling variables, use the ITargetControlVariablesArray interface.

Properties

  Property name Brief description
CoefficientsOrder The CoefficientsOrder property determines order of variable coefficients.
Constraints The Constraints property determines collection of constraints for controlling variable.
Id The Id property returns identifier of controlling variable.
InitApproximation The InitApproximation property determines initial approximations of controlling variable.
The Name property determines variable name.
The Retrospective property determines initial approximations of controlling variable before criterion problem calculation start.

See also:

Cp Assembly Interfaces