ISmNonLinearOptimization.SolverType

Syntax

SolverType: NLOSolverType;

Description

The SolverType property determines the software used for solving of non-linear optimization problem.

Comments

By default Foresight Analytics Platform is used. If the LINDO module is selected to solve the problem, use the ISmNonLinearOptimization.LindoSettings property to set module parameters.

NOTE. Install the LINDO module to use it. For details on the LINDO module and terms of its use see the site www.lindo.com.

Example

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

See also:

ISmNonLinearOptimization