IQPExtraSettings

Assembly: Stat;

Description

The IQPExtraSettings interface is used to set additional settings required on the use of the Gurobi solver.

Inheritance Hierarchy

IQPExtraSettings

Comments

Additional settings are returned by the ISmQuadraticProgramming.ExtraSettings property.

Properties

  Property name Brief description
DLLPath

The DLLPath property determines a path to Gurobi library.
MessageString

The MessageString property returns the message generated by the solver after calculation.
nErrorCode

The nErrorCode property returns the execution code generated by the solver.
SaveLogToFilePath

The SaveLogToFilePath property determines path and name of the file, to which the calculation report will be saved.
SaveModelToFilePath

The SaveModelToFilePath property determines a path and a name of the file, to which a model will be saved.

See also:

Stat Assembly Interfaces