|
Get a certain integer valued information for multiple columns.
virtual _LONG_T GetColumnIntInfo( int max_no, int info_type, int values[] ) = 0;
Parameters |
Description |
int max_no |
The maximum number of columns for which the level value should be retrieved. |
int info_type |
The integer information type; must be a value from the ColumnIntInfoType enumeration. |
int values[] |
Array with the requested integer values. |
The GetColumnIntInfo method returns the actual number of columns for which the level value were retrieved.
The GetColumnIntInfo method is used to retrieve from AIMMS the column level values from a solution in the solution repository of a (generated) math program.