The IntegerOptionInfo enumeration describes integer parameters that provide AIMMS with information about a solver option. It is used in the optinfo argument of the GetIntegerOption method and in the optinfo argument of the GetDoubleOption method.
enum IntegerOptionInfo { OPTINFO_CAT, OPTINFO_INDEX, OPTINFO_CHANGE, OPTINFO_KEYWORDS, OPTINFO_MAX };
Members |
Description |
OPTINFO_CAT |
The category of the option (starting at 0). |
OPTINFO_INDEX |
Index (starting at 0) of option within category. |
OPTINFO_CHANGE |
Indicates whether the option can be changed during progress. |
OPTINFO_KEYWORDS |
Indicates whether the option has keywords. |
OPTINFO_MAX |
Maximum size of integer parameter array. |