|
Get deleted rows.
Parameters |
Description |
_LONG_T max_no |
Maximum number of rows to retrieve. |
_LONG_T row_no[] |
Array with the row numbers of the matrix elements. Length must be at least max_no. |
The GetNextDeletedRows method returns the actual number of rows retrieved.
The GetNextDeletedRows method is used to get rows from AIMMS that were deleted after a solve using GMP modifications. This method should only be called if the capability flag SolverCapability::CAPAB_MATRIX_MANIP has been set in the GetInitialInfo method.