ContentsIndexHome
PreviousUpNext
IAimmsMathProgramInfo::GetColumnIntInfo Method

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.

  1. Normally max_no will be equal to the number of columns in the model, i.e., the value of IntegerMathProgramInfo::IPARAM_COLS, as passed to the DoSolve method.

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