MethodType: CpNonLinearMethodType;
The MethodType property determines a problem calculation method.
The sequential quadratic programming is used by default, that is, the property is set to CpNonLinearMethodType.SequentialQP.
The property use is given in the example for IMsBaseOptimizationProblem.CriterionFunction.
See also: