IMsOptimizationProblem.MethodType

Syntax

MethodType: CpNonLinearMethodType;

Description

The MethodType property determines a problem calculation method.

Comments

The sequential quadratic programming is used by default, that is, the property is set to CpNonLinearMethodType.SequentialQP.

Example

The property use is given in the example for IMsBaseOptimizationProblem.CriterionFunction.

See also:

IMsOptimizationProblem