IQPExtraSettings

Assembly: Stat;

Namespace: Prognoz.Platform.Interop.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
The DLLPath property determines a path to Gurobi library.
The MessageString property returns the message generated by the solver after calculation.
The nErrorCode property returns the execution code generated by the solver.
The SaveLogToFilePath property determines path and name of the file, to which the calculation report will be saved.
The SaveModelToFilePath property determines a path and a name of the file, to which a model will be saved.

See also:

Stat Assembly Interfaces