ILindoSettings.ProblemType

Fore Syntax

ProblemType: LindoProblemType;

Fore.NET Syntax

ProblemType: Prognoz.Platform.Interop.Stat.LindoProblemType;

Description

The ProblemType property determines type of solved problem.

Comments

By default, global optimization problem is solved, that is, the property is set to LindoProblemType.GOP.

Fore and Fore.NET Examples

The property use is given in the example for ISmNonLinearOptimization.LindoSettings.

See also:

ILindoSettings