- Set AllRowColumnStatuses
AllRowColumnStatuses
The predefined set AllRowColumnStatuses
contains the collection of all
possible row and column statuses.
Set AllRowColumnStatuses {
Index : IndexRowColumnStatuses;
Definition : data { Active, Deactivated, Deleted, NotGenerated, PresolveDeleted };
}
Definition
The set
AllRowColumnStatuses
contains the collection of all possible row and column statuses available in the GMP library of AIMMS.
Updatability
The contents of the set cannot be modified.
Note
The functions GMP::Column::GetStatus
and GMP::Row::GetStatus
return an element in AllRowColumnStatuses
.
See also
The functions GMP::Column::GetStatus
and GMP::Row::GetStatus
. The GMP library is discussed in more detail
in Implementing Advanced Algorithms for Mathematical Programs of the Language Reference.