MethodType: CpNonLinearMethodType;
MethodType: Prognoz.Platform.Interop.Cp.CpNonLinearMethodType;
The MethodType property determines problem calculation method.
By default, sequential quadratic programming is used, that is, the property is set to CpNonLinearMethodType.SequentialQP.
The property use is given in the example for IMsOptimizationProblem.CriterionFunction.
See also: