GetIntLindoInfo(Type: LindoIntInfoType; Var ErrorCode: Integer): Integer;
GetIntLindoInfo(Type: Prognoz.Platform.Interop.Stat.LindoIntInfoType; Var ErrorCode: integer): integer;
Type. Integer information type.
ErrorCode. Error code.
The GetIntLindoInfo method returns the specified integer information about calculation method.
To get integer and string information, use the ILindoSettings.GetDouLindoInfo and ILindoSettings.GetStrLindoInfo methods.
See full details about returned integer information in LINDO documentation.
The method use is given in the example for ISmNonLinearOptimization.LindoSettings.
See also: