ContentsIndexHome
PreviousUpNext
IAimmsMathProgramInfo::RowType Enumeration

The RowType enumeration describes all possible row types, as passed via the row_type input argument of the GetRowType method.

enum RowType {
  ROW_TYPE_EQ,
  ROW_TYPE_NE,
  ROW_TYPE_LE,
  ROW_TYPE_LT,
  ROW_TYPE_GE,
  ROW_TYPE_GT,
  ROW_TYPE_RANGED_LE_LE,
  ROW_TYPE_RANGED_LE_LT,
  ROW_TYPE_RANGED_LT_LE,
  ROW_TYPE_RANGED_LT_LT
};
Members 
Description 
ROW_TYPE_EQ 
The row type =. 
ROW_TYPE_NE 
The row type <> (unequal to). 
ROW_TYPE_LE 
The row type >=. 
ROW_TYPE_LT 
The row type <. 
ROW_TYPE_GE 
The row type >=. 
ROW_TYPE_GT 
The row type >. 
ROW_TYPE_RANGED_LE_LE 
The ranged row type <= and <=. 
ROW_TYPE_RANGED_LE_LT 
The ranged row type <= and <. 
ROW_TYPE_RANGED_LT_LE 
The ranged row type < and <=. 
ROW_TYPE_RANGED_LT_LT 
The ranged row type < and <. 
Copyright © 1993–2016 by AIMMS B.V. All rights reserved.