ContentsIndexHome
PreviousUpNext
IAimmsMathProgramInfo::IdentifierName Enumeration

The IdentifierName enumeration describes all identifier types for which the name can be obtained using the GetRowColumnName method.

enum IdentifierName {
  NAME_COLUMN,
  NAME_ROW,
  NAME_MODEL
};
Members 
Description 
NAME_COLUMN 
Name of a column. 
NAME_ROW 
Name of a row. 
NAME_MODEL 
Name of the model (i.e., math program in AIMMS). 
Copyright © 1993–2016 by AIMMS B.V. All rights reserved.