|
Get modified rows.
Parameters |
Description |
_LONG_T max_no |
Maximum number of rows to retrieve. |
_LONG_T row_no[] |
Array with the row numbers. Length must be at least max_no. |
double lb[] |
Array with the lower bounds of the rows. Length must be at least max_no. |
double ub[] |
Array with the upper bounds of the rows. Length must be at least max_no. |
_LONG_T flag[] |
Array of bit fields that specify row modification properties. Flags are taken from the MMFlag enumeration. Length must be at least max_no. |
The GetNextChangedRows method returns the actual number of rows retrieved.
The GetNextChangedRows method is used to get rows from AIMMS that were changed 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.