Assembly: Cp;
Namespace: Prognoz.Platform.Interop.Cp;
The ITargetControlVariable interface is used to work with controlling variable.
ITargetControlVariable
Controlling variables are variables, which values can change at the search of solution until the constraints are executed, which are imposed on controlling variables and the criterion function, and until the condition of criterion function optimization is satisfied.
To work with controlling variables, use the ITargetControlVariablesArray interface.
Property name | Brief description | |
CoefficientsOrder | The CoefficientsOrder property determines an order of variable coefficients. | |
Constraints | The Constraints property determines the 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 a variable name. | ||
The Retrospective property determines initial approximations of controlling variable before criterion problem calculation start. |
See also: