|
Get modified matrix coefficients.
Parameters |
Description |
_LONG_T max_no |
The maximum number of matrix elements to retrieve. If the value is less than 0 then minus the maximum number of objective elements to retrieve. |
_LONG_T row_no[] |
Array with the row numbers of the matrix elements. Length must be at least max_no. |
_LONG_T col_no[] |
Array with the column numbers of the matrix elements. Length must be at least max_no. |
double val[] |
Array with the values of the matrix coefficients. Length must be at least max_no. |
The GetNextChangedMatrixElements method returns the actual number of matrix elements retrieved.
The GetNextChangedMatrixElements method is used to get matrix elements 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.