IQPExtraSettings.DLLPath

Syntax

DLLPath: String;

Description

The DLLPath property determines a path to Gurobi library.

Comments

The path should contain name of the Gurobi library file.

The Gurobi library is by default located in the S\win32\bin\ or S\win64\bin\ folder, depending on the bitness of the version used, where S is the path to the folder with installed Gurobi solver. Library file name - gurobiX.dll, where X is Gurobi version number.

Example

The example of use is given in description of the ISmQuadraticProgramming.ExtraSettings property.

See also:

IQPExtraSettings