ContentsIndexHome
PreviousUpNext
ISolverInfo::GetOptionsInfo Method

Provides basic information about the solver options.

virtual _LONG_T GetOptionsInfo(
    _LONG_T info_int[], 
    double info_dbl[]
) = 0;
Parameters 
Description 
_LONG_T info_int[] 
The integer info parameter array of size IntegerSolverInfo::IINFO_MAX, indexed over the IntegerSolverInfo enumeration 
double info_dbl[] 
Reserved for future use 

The GetOptionsInfo method should return AOSI_SUCCESS.

The GetOptionsInfo method should provide the following information to AIMMS:

  • The version number of the included header file AimmsOSI.h.
  • Some basic information about the solver options.
The solver should perform a minimal initialization without loading any additional DLLs if possible.

Copyright © 1993–2016 by AIMMS B.V. All rights reserved.