ILindoSettings.MPIPath

Syntax

MPIPath: String;

Description

The MPIPath property determines the path, at which the file with created LINDO problem is unloaded.

Comments

The path must contain name of the problem file with the *.mpi extension.

If the path is not set, problem is not loaded.

The created file can be later used to perform repeated calculation of problem by means of the ISmNonLinearOptimization.ExecuteFromMPI method.

Example

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

See also:

ILindoSettings