Provides initial information of the solver.
Parameters |
Description |
_LONG_T info_int[] |
The integer info parameter array of size IntegerSolverInfo::IINFO_MAX, indexed over the IntegerSolverInfo enumeration |
double info_dbl[] |
The double-valued info parameter array of size DoubleSolverInfo::DINFO_MAX, indexed over the DoubleSolverInfo enumeration |
char * msg |
If the initialization of the solver fails then an error message can placed in the buffer pointed by msg. The message should not be longer than AOSI_MAX_ERROR_LEN including the terminating '\0' character. |
The GetInitialInfo method should return AOSI_FAILURE if the initialization was successful, else it should return AOSI_SUCCESS (in which case AIMMS will show a solver initialization error to the user).
The GetInitialInfo method should provide the following information to AIMMS: